mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' into next
This commit is contained in:
commit
a5c035b4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define deps_rule +=
|
define deps_rule +=
|
||||||
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$< $<
|
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$(<:.c=.o) $<
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(DEPDIR)/%.d: %.c
|
$(DEPDIR)/%.d: %.c
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue