Put RebuildTarget into own file

This commit is contained in:
2023-04-30 15:33:12 +02:00
parent 4b3c969a9a
commit a57e1694d0
3 changed files with 16 additions and 4 deletions

View File

@@ -87,10 +87,7 @@ $(OUTPUT_DIR)/%.o: $$(subst !super,..,%.s)
@mkdir -p $(dir $@)
$(CC) $(ARCHFLAGS) -I$(PCSX_REDUX) -g -c -o $@ $<
#Rules section for default compilation and linking
rebuild:
$(MAKE) clean
$(MAKE) all
include $(SELF_DIR)RebuildTarget.mk
#Inclusion of dependencies (object files to source and includes)
-include $(OBJS:%.o=%.d)