diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-01 13:40:51 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-01 13:40:51 -0500 |
commit | e9113922584a76a7f742116c9928033aba057acc (patch) | |
tree | 956771566b5a4e3935289806b94e2bc1d23370c8 /Makefile | |
parent | 2a18f0b29b50153241524d1d64e15c9bd5e83c1a (diff) | |
download | xombrero-e9113922584a76a7f742116c9928033aba057acc.tar.gz |
Should have been part of the previous commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ff49393..92d3adc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin PROG=xxxterm MAN=xxxterm.1 -SRCS= xxxterm.c marco.c +SRCS= xxxterm.c inspector.c marco.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -lgcrypt |