Browse Source

Removed the GUI from deault compiling
Author: jgg
Date: 1998-11-23 07:57:09 GMT
Removed the GUI from deault compiling

Arch Librarian 22 years ago
parent
commit
f9fe12bbb5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile

+ 2 - 0
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