hop-2012/server/experiments/Makefile

8 lines
84 B
Makefile

all: consumer producer
clean:
rm -f consumer producer
%: %.c
$(CC) -O3 -o $@ $<