mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Initial transfer from CVS
Transfer of version 2.3.2 from CVS repository
This commit is contained in:
18
Makefile
Normal file
18
Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Make libzint and zint together
|
||||
|
||||
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