Put RebuildTarget into own file

This commit is contained in:
Jaby Blubb
2023-04-30 15:33:12 +02:00
parent bf0ae11a53
commit 70142ba64f
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)