소스 검색

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 년 전
부모
커밋
f9fe12bbb5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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