Add targets for fpmizing into rpm and deb files

This commit is contained in:
Guillaume Destuynder 2014-03-31 14:56:41 -07:00
Родитель 1bbe04a415
Коммит 514671b2fe
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,12 @@ all:
install:
./setup.py install
rpm:
fpm -s python -t rpm ./setup.py
deb:
fpm -s python -t deb ./setup.py
clean:
rm -rf *pyc
rm -rf build