Parcourir la 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 il y a 22 ans
Parent
commit
f9fe12bbb5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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