makefile_renamed #1

  • //
  • guest/
  • tom_tyler/
  • migration_tools/
  • p4bbi/
  • test/
  • baselines/
  • FGS-2.0-Dev/
  • src/
  • makefile_renamed
  • View
  • Commits
  • Open Download .zip Download (153 B)
all: hello

HDRS = hello.h
SRCS = hello.c

ALL_SRCS = $(HDRS) $(SRCS)

hello: $(ALL_SRCS)
	echo "Building $< ..."
	gcc -o hello $(SRCS)
	echo "Built $>"
# Change User Description Committed
#1 8479 C. Thomas Tyler Added BBI.