mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 14:12:07 -05:00
Ensure debug build by default
This commit is contained in:
parent
331e17995d
commit
c92c037228
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,4 +1,5 @@
|
||||||
export SIGN ?= 0
|
export SIGN ?= 0
|
||||||
|
export DEBUG ?= 1
|
||||||
|
|
||||||
all:
|
all:
|
||||||
+$(MAKE) -C LegacyUpdate
|
+$(MAKE) -C LegacyUpdate
|
||||||
|
|
Loading…
Reference in a new issue