Improve rebuild behaviour

This commit is contained in:
Jaby Blubb
2023-08-25 15:31:06 +02:00
parent 6fb3189411
commit 6c181cd3d2
6 changed files with 9 additions and 15 deletions

View File

@@ -87,7 +87,5 @@ $(OUTPUT_DIR)/%.o: $$(subst !super,..,%.s)
@mkdir -p $(dir $@)
$(CC) $(ARCHFLAGS) -I$(PCSX_REDUX) -g -c -o $@ $<
include $(SELF_DIR)RebuildTarget.mk
#Inclusion of dependencies (object files to source and includes)
-include $(OBJS:%.o=%.d)