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

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