Skip to content

Commit

Permalink
remove build/install targets from makefile
Browse files Browse the repository at this point in the history
again cause they were causing debian problems.
  • Loading branch information
jrollins committed Mar 3, 2013
1 parent 40911ed commit 54ca21c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
*.pyc
build
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54ca21c

Please sign in to comment.