mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
python-cli.mk, topdir.mk: Python2 -> $(PYTHON)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9e0d5db438
commit
31d11febd8
2 changed files with 6 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ clean:
|
|||
distclean:
|
||||
|
||||
run:
|
||||
python2 -m $(shell echo $(patsubst %.py,%,$(EXE)) | sed 's%^\./%%; s%/%.%g') $(EXE_ARGS)
|
||||
$(PYTHON) -m $(shell echo $(patsubst %.py,%,$(EXE)) | sed 's%^\./%%; s%/%.%g') $(EXE_ARGS)
|
||||
|
||||
pyc.clean:
|
||||
find . -name '*.pyc' -print0 | xargs -r -0 $(RM) -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue