diff options
author | marco <marco@conformal.com> | 2011-11-02 08:12:13 -0500 |
---|---|---|
committer | marco <marco@conformal.com> | 2011-11-02 08:12:13 -0500 |
commit | 78e12066a6d888515f8579180e524476aa3766c5 (patch) | |
tree | 88ad1943a2d2fec06230e05e3e0a3745421b0aab /Makefile | |
parent | caea0e67031a479501c4388fa8b781fcf01b49d4 (diff) | |
download | xombrero-78e12066a6d888515f8579180e524476aa3766c5.tar.gz |
Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm"
This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9ea2cc1..92d3adc 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BINDIR=${PREFIX}/bin PROG=xxxterm MAN=xxxterm.1 -SRCS= whitelist.c inspector.c marco.c xxxterm.c +SRCS= xxxterm.c inspector.c marco.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -lgcrypt |