mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Whoops, apparently comments don't work that way...
This commit is contained in:
parent
3f0cae8e95
commit
dcf5958d3f
@ -147,8 +147,8 @@ $(TARGET): $(RARCH_OBJ)
|
||||
@$(if $(Q), $(shell echo echo LD $@),)
|
||||
$(Q)$(CXX) -o $@ $(RARCH_OBJ) $(LIBS) $(LDFLAGS) $(LDCXXFLAGS)
|
||||
|
||||
#those mkdir shenanigans are really ugly, but I can't find any better solution
|
||||
$(OBJDIR)/%.o: %.c
|
||||
#those mkdir shenanigans are really ugly, but I can't find any better solution
|
||||
@mkdir -p $(dir $@) || mkdir $(subst /,\,$(dir $@)) || echo .
|
||||
@$(if $(Q), $(shell echo echo CC $<),)
|
||||
$(Q)$(CC) $(CFLAGS) $(DEFINES) -MMD -c -o $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user