diff options
author | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-03 23:27:24 +0100 |
---|---|---|
committer | Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | 2012-01-03 23:27:24 +0100 |
commit | 02e49e429bf3990f81373b61dd3044acc20cd393 (patch) | |
tree | ca543622585f684a836875137d17bf32c6517adc /Makefile | |
parent | cfd919ea2eb2fcfca2f2759cde43b1aeec539d84 (diff) | |
download | xombrero-02e49e429bf3990f81373b61dd3044acc20cd393.tar.gz |
Merge external editor stuff.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f447ea2..5be51bc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROG=xxxterm MAN=xxxterm.1 SRCS= cookie.c inspector.c marco.c about.c whitelist.c settings.c inputfocus.c -SRCS+= history.c completion.c xxxterm.c +SRCS+= history.c completion.c externaleditor.c xxxterm.c CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare DEBUG= -ggdb3 |