PROG = dumper CFLAGS=-Wall LDFLAGS=-ljson-c all:dumper test: $(PROG) ./$(PROG) 224.0.29.200 1234 test6: dumper ./$(PROG) ff15::1dc8 1234 stat: $(PROG) /usr/bin/time -v ./$(PROG) 224.0.29.200 1234 .PHONY: all test test6 stat