mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
Re-adjustment of Makefiles
This commit is contained in:
parent
63dda2c5a4
commit
7c9dee39e6
4 changed files with 4 additions and 89 deletions
|
@ -10,10 +10,10 @@ ZINT_VERSION:=-DZINT_VERSION=\"2.3.1\"
|
|||
|
||||
|
||||
CC := gcc
|
||||
INCLUDE := -I/usr/local/include
|
||||
INCLUDE := -I/usr/include
|
||||
CFLAGS := -g
|
||||
|
||||
prefix := /usr/local
|
||||
prefix := /usr
|
||||
includedir := $(prefix)/include
|
||||
libdir := $(prefix)/lib
|
||||
DESTDIR :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue