mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
Prevent unnecessary recompile
This commit is contained in:
parent
e25c4e6efd
commit
5918bea536
3
Makefile
3
Makefile
@ -149,9 +149,6 @@ export OUTPUT := $(CURDIR)/$(TARGET)
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
$(BUILD):
|
$(BUILD):
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
ifneq ($(IOS),249)
|
|
||||||
@rm -f $(BUILD)/CSettings.o
|
|
||||||
endif
|
|
||||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||||
|
|
||||||
channel:
|
channel:
|
||||||
|
Loading…
Reference in New Issue
Block a user