Add a install target to make (Trac #37)
This commit is contained in:
parent
ec285d1c32
commit
20d68be58d
3 changed files with 7 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -36,6 +36,9 @@ rpminstall: rpm
|
|||
|
||||
release: tag srpm
|
||||
|
||||
install:
|
||||
@python setup.py install
|
||||
|
||||
clean:
|
||||
@rm -f *.rpm
|
||||
@rm -rf noarch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue