makefile #1

  • //
  • guest/
  • tom_tyler/
  • migration_tools/
  • p4bbi/
  • test/
  • baselines/
  • FGS-0.1-DEV/
  • src/
  • makefile
  • View
  • Commits
  • Open Download .zip Download (57 B)
all: hello

SRCS = hello.c

hello:
	gcc -o hello $(SRCS)
# Change User Description Committed
#1 8479 C. Thomas Tyler Added BBI.