This is important

This commit is contained in:
overflowerror 2019-03-13 17:39:16 +01:00
parent 4bfe1dc39c
commit 47412de06a

View file

@ -26,7 +26,7 @@ valgrind: clean test
-include $(DEPS)
obj/%.o: src/%.c
obj/%.o: src/%.c obj
$(CC) $(CFLAGS) -MMD -c -o $@ $<
obj: