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