X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/46e6ad89d596d0987f00440c77e42c36f7d347f7..49e3a113cb9d12d5c3308e64584dce2c916431a1:/Makefile diff --git a/Makefile b/Makefile index b0564e4..b9f9347 100644 --- a/Makefile +++ b/Makefile @@ -1,19 +1,2 @@ -## Makefile - -PYTHON = python -prefix = /usr/local - -all: setup.py - $(PYTHON) setup.py build - -clean: setup.py - $(PYTHON) setup.py clean - rm -rf build - -dist: setup.py - $(PYTHON) setup.py sdist - -install: setup.py - $(PYTHON) setup.py install --prefix $(prefix) - -.PHONY: all clean dist install +### -*-makefile-*- +include pysetup.mk