src/python/jw/Makefile: use py-ns-dir.mk
Use py-ns-dir.mk at the first and only shared namespace node that the jw-pkg repo establishes: jw.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
99a8d9140f
commit
2961ced779
2 changed files with 3 additions and 7 deletions
|
|
@ -1,10 +1,4 @@
|
||||||
TOPDIR = ../../..
|
TOPDIR = ../../..
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(JWBDIR)/make/dirs.mk
|
include $(JWBDIR)/make/py-ns-dir.mk
|
||||||
|
|
||||||
all:
|
|
||||||
|
|
||||||
clean: py.clean
|
|
||||||
py.clean:
|
|
||||||
rm -rf __pycache__
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
from pkgutil import extend_path
|
||||||
|
__path__ = extend_path(__path__, __name__)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue