mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
python-cli.mk: Add pyc.clean
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7818fb6fc3
commit
f8849607c2
1 changed files with 2 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ distclean:
|
|||
run:
|
||||
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