change WITHOUT_QR to NO_QR

This commit is contained in:
taipanromania 2008-09-18 14:42:50 +00:00
parent 01fc4ad2cb
commit 71693ebcbb

View file

@ -8,7 +8,7 @@ zint:
$(MAKE) -C frontend/
zint_noqr:
$(MAKE) WITHOUT_QR=true -C backend/
$(MAKE) NO_QR=true -C backend/
$(MAKE) -C frontend/
install: