diff options
author | Todd Fries <todd@fries.net> | 2011-03-24 18:47:03 +0000 |
---|---|---|
committer | Todd Fries <todd@fries.net> | 2011-03-24 18:47:03 +0000 |
commit | b323713408cc867cd7568a6a7260743c04f09838 (patch) | |
tree | e39aa231985b2c5f631b91ae86edd213d6564dd4 /Makefile | |
parent | 8ef240410130a01be4744899c89a134d52fe64d5 (diff) | |
download | xombrero-b323713408cc867cd7568a6a7260743c04f09838.tar.gz |
quotes from marco, to be added to by !marco. Just the good stuff!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index d480a1a..00f35eb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINDIR=${PREFIX}/bin PROG=xxxterm MAN=xxxterm.1 -SRCS= xxxterm.c +SRCS= xxxterm.c marco.c COPT+= -O2 DEBUG= -ggdb3 LDADD= -lutil |