diff options
author | Marco Peereboom <marco@conformal.com> | 2012-01-31 14:46:00 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-01-31 14:46:18 -0600 |
commit | 4d7a10faacb9f77dd7535bc73f5c3e370a921626 (patch) | |
tree | d59eafee46de49271bfed7b81231a02d1a2b5014 /Makefile | |
parent | d0d266870e92acc13541b8bce55a60766560cbbb (diff) | |
download | xombrero-4d7a10faacb9f77dd7535bc73f5c3e370a921626.tar.gz |
abstract fork and exec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ac9d824..3557c39 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 tldlist.c externaleditor.c xxxterm.c +SRCS+= history.c completion.c tldlist.c externaleditor.c unix.c xxxterm.c CFLAGS+= -O2 -Wall -Wno-format-extra-args -Wunused CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare CFLAGS+= -I. -I${.CURDIR} |