Update Makefile

This commit is contained in:
ichitaso
2024-07-16 20:02:30 +09:00
committed by GitHub
parent 546d3692bf
commit 62c9d84d46
+2
View File
@@ -1,5 +1,7 @@
ifeq ($(ROOTLESS),1) ifeq ($(ROOTLESS),1)
THEOS_PACKAGE_SCHEME=rootless THEOS_PACKAGE_SCHEME=rootless
else ifeq ($(ROOTHIDE),1)
THEOS_PACKAGE_SCHEME=roothide
endif endif
DEBUG=0 DEBUG=0