mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-26 01:42:36 +00:00
Makefile: fix object file not depending on headers
BRUH MOMENT
This commit is contained in:
parent
0bd0b98909
commit
e9b305c0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ endif
|
|||
endif
|
||||
|
||||
define deps_rule +=
|
||||
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$< $<
|
||||
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$(<:.c=.o) $<
|
||||
endef
|
||||
|
||||
$(DEPDIR)/%.d: %.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue