mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
skynet harbor
This commit is contained in:
7
master/Makefile
Normal file
7
master/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all : master test
|
||||
|
||||
master : master.c
|
||||
gcc -g -Wall -o $@ $^ -lzmq
|
||||
|
||||
test : test.c
|
||||
gcc -g -Wall -o $@ $^ -lzmq
|
||||
Reference in New Issue
Block a user