diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:54 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:54 +0000 |
commit | 880e9be46811db19b9346f30ba0ea22f63db59c4 (patch) | |
tree | c1d76cb3617cf425a2cc9eac86b224e1e1312115 /Makefile | |
parent | 6f4f200a22304be5352872d6e511f178434ce335 (diff) |
Brought in the GUI
Author: jgg
Date: 1998-07-26 23:11:52 GMT
Brought in the GUI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ .PHONY: headers library clean veryclean all binary program doc all headers library clean veryclean binary program doc: - $(MAKE) -C deity $@ $(MAKE) -C apt-pkg $@ $(MAKE) -C cmdline $@ + $(MAKE) -C deity $@ + $(MAKE) -C gui $@ $(MAKE) -C doc $@ |