From f9fe12bbb59aa3ba53f04d94fd924b4424a9d233 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:38 +0000 Subject: Removed the GUI from deault compiling Author: jgg Date: 1998-11-23 07:57:09 GMT Removed the GUI from deault compiling --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b10011873..1db7bfd07 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3