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

Joel Grunbaum
2020-10-24 6a5172c3c788c351abdadc3b8cdc6301906a4965
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: