1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Add 'make srcpkg'

This commit is contained in:
Virgil Dupras
2016-08-23 19:10:03 -04:00
parent eb3f7d65de
commit 63558d647a
2 changed files with 28 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ default : | run.py
run.py : | env i18n modules qt/dg_rc.py
cp qt/run_template.py run.py
.PHONY : run
run: | run.py
./env/bin/python run.py
.PHONY : reqs
reqs :
@ret=`${PYTHON} -c "import sys; print(int(sys.version_info[:2] >= (3, ${REQ_MINOR_VERSION})))"`; \
@@ -76,9 +80,9 @@ mergepot :
normpo :
./env/bin/python build.py --normpo
.PHONY : run
run: | run.py
./env/bin/python run.py
.PHONY : srcpkg
srcpkg :
./scripts/srcpkg.sh
.PHONY : clean
clean: