tconfig.mk - sick - sign and check files using ed25519
HTML git clone git://z3bra.org/sick
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tconfig.mk (165B)
---
1 CC = cc
2 LD = ${CC}
3
4 PREFIX = /usr/local
5 MANPREFIX = ${PREFIX}/man
6
7 CPPFLAGS = -DVERSION=\"${VERSION}\"
8 CFLAGS = ${CPPFLAGS} -Wall -Wextra -pedantic
9 LDFLAGS =
10 LIBS =