stand alone skynet without skynet-master

This commit is contained in:
云风
2012-08-08 13:30:59 +08:00
parent 2dc7bec040
commit 7aee6b66d1
12 changed files with 84 additions and 27 deletions

View File

@@ -1,7 +1,10 @@
all : master test
master : master.c
master : master.c main.c
gcc -g -Wall -o $@ $^ -lzmq
test : test.c
gcc -g -Wall -o $@ $^ -lzmq
clean :
rm master test