Meta: Update makem.sh, etc.

This commit is contained in:
Adam Porter 2020-02-23 22:59:49 -06:00
parent 048de35b07
commit be696ff075
3 changed files with 35 additions and 49 deletions

View file

@ -22,7 +22,7 @@ ifdef sandbox
ifeq ($(sandbox), t)
SANDBOX = --sandbox
else
SANDBOX = --sandbox $(sandbox)
SANDBOX = --sandbox=$(sandbox)
endif
endif