mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
This reverts commit 98188eab23.
__init__.py alone is not enough to resolve the jw module in all
circumnstances, so go back to the old symbolic links solution.
Signed-off-by: Jan Lindemann <jan@janware.com>
5 lines
111 B
Makefile
5 lines
111 B
Makefile
TOPDIR = ..
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
EXE_SH += $(wildcard jannet jcs)
|
|
include $(JWBDIR)/make/scripts.mk
|