jw-pkg/scripts/Makefile
Jan Lindemann 0c9fd98009 projects-dir.mk, scripts/Makefile, jw-pkg: Move jw-pkg from jw-build to jw-base
jw-pkg is related to, but strictly speaking not indispensible for building and
packaging software. So, in the attempt have a minimal jw-build, move jw-pkg to
jw-base, and fix all packages that use it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 13:05:43 +01:00

5 lines
111 B
Makefile

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