Skip to content

Commit

Permalink
updated make executable recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed May 17, 2022
1 parent b9d11b7 commit 0b091b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ bash:
docker-compose -f docker-compose.dev.yml run --rm bash

executable:
rm -r build ||:
rm -r dist ||:
pyinstaller scanner.spec
cp src/config.sample.ini dist/config.ini
zip -j dist/scanner.zip dist/*

test:
python -m unittest discover -v -s ./src
Expand Down

0 comments on commit 0b091b1

Please sign in to comment.