From 90436d11543564e1f4e076530150bff7c5fb69a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 2 Mar 2009 23:00:23 +0000 Subject: [PATCH] Drop compatibility Makefile. --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index bb49c5f1..00000000 --- a/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: setup.py - python setup.py build - -clean: setup.py - python setup.py clean - -install: setup.py - python setup.py install - -dist: setup.py - python setup.py sdist --formats=gztar,bztar,zip - -.PHONY: all clean install dist -- 2.11.4.GIT