jw-pkg/scripts/Makefile
Jan Lindemann 1183aed3f5 Revert "scripts: Add __init__.py"
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>
2026-01-26 17:17:23 +01:00

5 lines
111 B
Makefile

TOPDIR = ..
include $(TOPDIR)/make/proj.mk
EXE_SH += $(wildcard jannet jcs)
include $(JWBDIR)/make/scripts.mk