all: hello HDRS = hello.h SRCS = hello.c ALL_SRCS = $(HDRS) $(SRCS) hello: $(ALL_SRCS) echo "Building $< ..." gcc -o hello $(SRCS)
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11764 | C. Thomas Tyler | Populate -b perforce-software-p4bbi-dev. | ||
//guest/perforce_software/p4bbi/main/test/baselines/FGS-1.1.p2/src/makefile | |||||
#1 | 9147 | C. Thomas Tyler | Added inital version of P4BBI to The Perforce Workshop. |