# makefile for OpenSRF Python modules and scripts
-install: python-install
-
-# --------------------------------------------------------------------------------
-# INSTALL
-# --------------------------------------------------------------------------------
-python-build:
+# ------------------------------------------------------------------------------
+# BUILD
+# ------------------------------------------------------------------------------
+build:
@echo $@
python setup.py build
-python-install: python-build
+# ------------------------------------------------------------------------------
+# INSTALL
+# ------------------------------------------------------------------------------
+install: build
@echo $@
python setup.py install
-# --------------------------------------------------------------------------------
+# ------------------------------------------------------------------------------
# CLEAN
-# --------------------------------------------------------------------------------
+# ------------------------------------------------------------------------------
clean:
/bin/rm -rf build