diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-02 10:43:41 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-02 10:43:41 -0500 |
commit | e1becca5e8edb5857560ff505037d877aa28bd70 (patch) | |
tree | 368d332f82d014eff901a1bc9bfe5582e039ad95 /linux/Makefile | |
parent | 24e9dcdc2400b3ff80cbe0ae848b9081bcbb19e3 (diff) | |
download | xombrero-e1becca5e8edb5857560ff505037d877aa28bd70.tar.gz |
catch up on new files
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 2568ad3..697dc75 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -18,7 +18,7 @@ javascript.h: ../js-merge-helper.pl ../hinting.js xxxterm.o: javascript.h -xxxterm: ../marco.o ../inspector.o ../xxxterm.o linux.o +xxxterm: ../marco.o ../about.o ../inspector.o ../xxxterm.o linux.o $(CC) $(LDFLAGS) -o $@ $+ $(LDADD) install: all |