makefile #1

  • //
  • p4bbi/
  • main/
  • test/
  • baselines/
  • FGS-0.4-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 30968 C. Thomas Tyler Migration from Classic to Streams with:
p4 copy -b P4BBI_Classic_to_Streams
//guest/perforce_software/p4bbi/main/test/baselines/FGS-0.4-DEV/src/makefile
#1 9147 C. Thomas Tyler Added inital version of P4BBI to The Perforce Workshop.