1
0
mirror of https://github.com/arsenetar/dupeguru-cocoa.git synced 2026-01-22 06:37:18 +00:00

Add package.py

with other minor fixes
This commit is contained in:
Virgil Dupras
2017-03-11 20:44:18 -05:00
parent 08eac3844e
commit cdb14d7e5f
6 changed files with 32 additions and 8 deletions

View File

@@ -34,4 +34,7 @@ env : | $(submodules_target) reqs
build:
./env/bin/python build.py
.PHONY : reqs build all
run:
./env/bin/python run.py
.PHONY : reqs build run all