mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 20:28:56 +00:00
This is important
This commit is contained in:
parent
4bfe1dc39c
commit
47412de06a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ valgrind: clean test
|
||||||
|
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
|
|
||||||
obj/%.o: src/%.c
|
obj/%.o: src/%.c obj
|
||||||
$(CC) $(CFLAGS) -MMD -c -o $@ $<
|
$(CC) $(CFLAGS) -MMD -c -o $@ $<
|
||||||
|
|
||||||
obj:
|
obj:
|
||||||
|
|
Loading…
Reference in a new issue