Add a install target to make (Trac #37)

This commit is contained in:
Jesse Keating 2007-06-11 14:37:35 -04:00 committed by Jesse Keating
parent ec285d1c32
commit 20d68be58d
3 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,9 @@ rpminstall: rpm
release: tag srpm
install:
@python setup.py install
clean:
@rm -f *.rpm
@rm -rf noarch