tconfig.mk - safe - password protected secret keeper
(HTM) git clone git://git.z3bra.org/safe.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tconfig.mk (177B)
---
1 CC = cc
2 LD = ${CC}
3
4 PREFIX = /usr/local
5 MANPREFIX = ${PREFIX}/man
6
7 CPPFLAGS = -I/usr/local/include
8 CFLAGS = -Wall -Wextra -pedantic
9 LDFLAGS = -L/usr/local/lib
10 LDLIBS = -lsodium