Make the build target default
authorPaul Crowley <paul@lshift.net>
Mon, 09 Nov 2009 15:52:32 +0000
changeset 169 6b34a5421330
parent 168 f9bf8f84df7f
child 170 0f5e30c85fc3
Make the build target default
Makefile
--- 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) \