diff options
author | Todd T. Fries <todd@fries.net> | 2011-11-01 14:46:27 -0500 |
---|---|---|
committer | Todd T. Fries <todd@fries.net> | 2011-11-01 14:46:27 -0500 |
commit | 88cebe658f153bdfd92fc885cc18fb2a87101795 (patch) | |
tree | 5ef47c79499c0d0858d42e39ba60f06af5debf91 /Makefile | |
parent | e9113922584a76a7f742116c9928033aba057acc (diff) | |
download | xombrero-88cebe658f153bdfd92fc885cc18fb2a87101795.tar.gz |
sort whitelist stuff into whitelist.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 92d3adc..9ea2cc1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin PROG=xxxterm MAN=xxxterm.1 -SRCS= xxxterm.c inspector.c marco.c +SRCS= whitelist.c inspector.c marco.c xxxterm.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -lgcrypt |