9b2b46ec1d
It can prettify your program, minimise, obfuscate or just sanity check it. It can also do some rewriting. You pass it filenames (or the stdin) and the output is generated to stdout. WWW: http://catless.ncl.ac.uk/Programs/Frink/
8 lines
131 B
Makefile
8 lines
131 B
Makefile
PROG= frink
|
|
SRCS= frink.c output.c token.c tcl.c config.c
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
|
|
.include <bsd.prog.mk>
|