mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
all : master test
|
|
|
|
master : master.c
|
|
gcc -g -Wall -o $@ $^ -lzmq
|
|
|
|
test : test.c
|
|
gcc -g -Wall -o $@ $^ -lzmq
|