mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-17 22:56:38 +02:00
Move all implementation source code from the jwutils module to jw.util. For compatibility with existing Python modules, keep a thin, autogenerated compatibility shim under jwutils.
Signed-off-by: Jan Lindemann <jan@janware.com>
5 lines
112 B
Makefile
5 lines
112 B
Makefile
TOPDIR = ../../../..
|
|
PY_UPDATE_INIT_PY = false
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/py-mod.mk
|