Prevent unnecessary recompile

This commit is contained in:
wiidev 2021-08-01 18:00:13 +01:00
parent e25c4e6efd
commit 5918bea536

View File

@ -149,9 +149,6 @@ export OUTPUT := $(CURDIR)/$(TARGET)
#---------------------------------------------------------------------------------
$(BUILD):
@[ -d $@ ] || mkdir -p $@
ifneq ($(IOS),249)
@rm -f $(BUILD)/CSettings.o
endif
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
channel: