makefile #1

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

HDRS = hello.h
SRCS = hello.c

ALL_SRCS = $(HDRS) $(SRCS)

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