From 54ca21c429d023440229f3fc8435e14269c7685e Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 2 Mar 2013 17:53:17 -0800 Subject: [PATCH] remove build/install targets from makefile again cause they were causing debian problems. --- .gitignore | 1 + Makefile | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2f836aa..a557f1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ *.pyc +build diff --git a/Makefile b/Makefile index 5a82cb2..90eccc9 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,6 @@ VERSION:=$(shell git describe --tags | sed -e s/_/~/ -e s/-/+/ -e s/-/~/) .PHONY: all all: - ./setup.py build - -.PHONY: install -install: - ./setup.py install .PHONY: debian-snapshot debian-snapshot: