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

Joel Grunbaum
2022-05-23 e330e86abcad7cf60e46a5038ea492a9c5ca0e01
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: