mirror of https://github.com/Chizi123/dnscomp.git

Joel Grunbaum
2020-10-22 47fc92eabc296f9232de40ba33be9c2931613c57
Makefile
@@ -12,10 +12,10 @@
default: dnscomp
%.o: %c $(DEPS)
   $(CC) $(CFLAGS) -c -o $@ $<
   $(CC) -c -o $@ $< $(CFLAGS)
dnscomp: $(_OBJ)
   $(CC) $(CFLAGS) -o $@ $^
   $(CC) -o $@ $^ $(CFLAGS)
.PHONY: clean
clean: