diff options
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 874e387..03fad43 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,7 +18,7 @@ javascript.h: ../js-merge-helper.pl ../hinting.js xxxterm.o: javascript.h -xxxterm: ../whitelist.c ../cookie.c ../settings.c ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o +xxxterm: ../whitelist.o ../cookie.o ../settings.o ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDADD) install: all |