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

Joel Grunbaum
2020-10-23 7a2cec3945ba700c674f816d47f49060975b854d
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: