diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-03 10:29:47 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-03 10:29:47 -0500 |
commit | 090d64a777fa40fa7c84dcee8b2a126de2c15faa (patch) | |
tree | 3c098f49ad47776ed5a4f463532777387c37d36e /linux | |
parent | 183b560c2ce95b94b8fcf0c5163df720e11aa3cc (diff) | |
download | xombrero-090d64a777fa40fa7c84dcee8b2a126de2c15faa.tar.gz |
oops, add missing CFLAGS
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile index b51c0c6..874e387 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,8 +18,8 @@ javascript.h: ../js-merge-helper.pl ../hinting.js xxxterm.o: javascript.h -xxxterm: ../whitelist.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o - $(CC) $(LDFLAGS) -o $@ $+ $(LDADD) +xxxterm: ../whitelist.c ../cookie.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDADD) install: all install -m 755 -d $(DESTDIR)$(BINDIR) |