Files
skynet/master/Makefile
2012-08-03 18:20:05 +08:00

8 lines
110 B
Makefile

all : master test
master : master.c
gcc -g -Wall -o $@ $^ -lzmq
test : test.c
gcc -g -Wall -o $@ $^ -lzmq