mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55: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):
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
ifneq ($(IOS),249)
|
||||
@rm -f $(BUILD)/CSettings.o
|
||||
endif
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
|
||||
channel:
|
||||
|
Loading…
Reference in New Issue
Block a user