mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 14:12:07 -05:00
Clean before doing release builds
This commit is contained in:
parent
a32c9d3c57
commit
c20a9fab49
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -2,6 +2,10 @@ export SIGN ?= 0
|
|||
export DEBUG ?= 1
|
||||
|
||||
all:
|
||||
ifeq ($(DEBUG),0)
|
||||
+$(MAKE) clean
|
||||
endif
|
||||
|
||||
+$(MAKE) -C LegacyUpdate
|
||||
+$(MAKE) -C launcher
|
||||
+$(MAKE) -C setup
|
||||
|
|
Loading…
Reference in a new issue