*** empty log message ***

This commit is contained in:
hooper114 2010-01-28 18:00:52 +00:00
parent f6dc4dfc07
commit 1d9cbbc00d
5 changed files with 0 additions and 223 deletions

View file

@ -1,21 +0,0 @@
# Make libzint and zint together
#
# make for QR Code support
# make zint_noqr for Zint without QR Code support
zint:
$(MAKE) -C backend/
$(MAKE) -C frontend/
install:
$(MAKE) install -C backend/
$(MAKE) install -C frontend/
uninstall:
$(MAKE) uninstall -C frontend/
$(MAKE) uninstall -C backend/
clean:
$(MAKE) clean -C backend/
$(MAKE) clean -C frontend/