Clean before doing release builds

This commit is contained in:
Adam Demasi 2024-09-16 19:58:49 +09:30
parent a32c9d3c57
commit c20a9fab49
No known key found for this signature in database
GPG key ID: 5D3B26B3D58C7D91

View file

@ -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