This commit is contained in:
Guillaume Destuynder 2015-06-15 16:02:22 -07:00
Родитель 3f9ca22f2d
Коммит 19d573616a
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -16,6 +16,10 @@ rpm:
deb:
fpm -s python -t deb ./setup.py
tests: test
test:
python ./mozdef_client.py
clean:
rm -rf *pyc
rm -rf build