mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-30 16:27:08 +00:00
*** empty log message ***
This commit is contained in:
21
Makefile
21
Makefile
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user