Sfoglia il codice sorgente

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 anni fa
parent
commit
f9fe12bbb5
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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