Helix Swarm
Helix Swarm
Loading...
makefile
//
guest
/
tom_tyler
/
migration_tools
/
p4bbi
/
test
/
baselines
/
FGS-0.1-DEV
/
src
/
makefile
#1
View
Commits
Blame
Open
Edit
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.
11 years ago