[or-cvs] Add gui and minor fixes

Peter Palfrader weasel at seul.org
Thu Jan 26 23:34:46 UTC 2006


Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv19097

Modified Files:
	Makefile 
Log Message:
Add gui and minor fixes

Index: Makefile
===================================================================
RCS file: /home/or/cvsroot/website/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -d -r1.13 -r1.14
--- Makefile	26 Jan 2006 23:15:02 -0000	1.13
+++ Makefile	26 Jan 2006 23:34:44 -0000	1.14
@@ -11,12 +11,14 @@ TORCVSHEAD = ../tor-head
 #TORCVSHEAD = /home/arma/work/onion/cvs/tor
 
 WMLBASE = .
-SUBDIRS=eff
+SUBDIRS=eff gui
 
 include $(WMLBASE)/Makefile.common
 all: $(SUBDIRS)
 
 eff:
 	$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
+gui:
+	$(MAKE) -C "$@" WMLBASE=../$(WMLBASE)
 
-.PHONY: eff
+.PHONY: eff gui



More information about the tor-commits mailing list