mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-05 09:13:55 -04:00
*** empty log message ***
This commit is contained in:
parent
f6dc4dfc07
commit
1d9cbbc00d
5 changed files with 0 additions and 223 deletions
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/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue