diff options
author | marco <marco@conformal.com> | 2011-11-02 10:46:01 -0500 |
---|---|---|
committer | marco <marco@conformal.com> | 2011-11-02 10:46:01 -0500 |
commit | a8d12992b3dec4550ca163914bcfc118dc02ff16 (patch) | |
tree | 553a9970814d182a67d270d302bd208dfe0797d3 /Makefile | |
parent | 24e9dcdc2400b3ff80cbe0ae848b9081bcbb19e3 (diff) | |
download | xombrero-a8d12992b3dec4550ca163914bcfc118dc02ff16.tar.gz |
damn git never does what it says it does
these file remained behind
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 92d3adc..9e5c31b 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= inspector.c marco.c about.c xxxterm.c CFLAGS+= -O2 DEBUG= -ggdb3 LDADD= -lutil -lgcrypt |