mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 07:43:55 +01:00
$(TOPDIR)/scripts contains a symbolic link jw -> ../src/python/jw, to allow jw-python.py access to the in-repo module jw.pkg. Should be fine now even on Windows, OTOH, it's also solvable via __init__.py, so do that. Signed-off-by: Jan Lindemann <jan@janware.com>
7 lines
176 B
Makefile
7 lines
176 B
Makefile
TOPDIR = ..
|
|
|
|
EXE_SH += $(wildcard jannet jcs)
|
|
DONT_INSTALL = __init__.py
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/scripts.mk
|