mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Speed up clean targets
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
62a476ff52
commit
6bfa55481c
4 changed files with 7 additions and 7 deletions
|
|
@ -51,7 +51,7 @@ echo-py:
|
|||
@echo PY_INSTALL_SUB_MOD = $(PY_INSTALL_SUB_MOD)
|
||||
|
||||
pyc.clean:
|
||||
rm -f $(wildcard *.pyc)
|
||||
$(RM) -f $(wildcard *.pyc)
|
||||
libpath: py-libpath
|
||||
py-libpath:
|
||||
@echo export PYTHONPATH=$(PYTHONPATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue