make: Speed up clean targets

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-27 11:43:01 +00:00
commit 6bfa55481c
4 changed files with 7 additions and 7 deletions

View file

@ -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)