diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:38 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:38 +0000 |
commit | f9fe12bbb59aa3ba53f04d94fd924b4424a9d233 (patch) | |
tree | 148effe56db896d0df8da8d4d6def20ab7dd7d41 /Makefile | |
parent | d568ed2d3ba5d7d05e4381ee59468a124309f152 (diff) |
Removed the GUI from deault compiling
Author: jgg
Date: 1998-11-23 07:57:09 GMT
Removed the GUI from deault compiling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,8 +12,10 @@ all headers library clean veryclean binary program doc: $(MAKE) -C methods $@ # $(MAKE) -C methods/ftp $@ $(MAKE) -C cmdline $@ +ifdef GUI $(MAKE) -C deity $@ $(MAKE) -C gui $@ +endif $(MAKE) -C doc $@ # Some very common aliases |