Makefile
changeset 169 6b34a5421330
parent 168 f9bf8f84df7f
child 171 7b69d1d86254
--- a/Makefile	Mon Nov 09 15:46:05 2009 +0000
+++ b/Makefile	Mon Nov 09 15:52:32 2009 +0000
@@ -8,6 +8,8 @@
 
 INSTALL=install
 
+build: build/html/index.html pythonbuild
+
 setup-adduser: installfiles adduser inituser
 
 # WARNING: this is experimental
@@ -30,8 +32,6 @@
 pythonbuild:
 	python setup.py build
 
-build: build/html/index.html pythonbuild
-
 pythoninstall:
 	python setup.py install \
 	    --install-purelib=$(LIBDIR) \