jw-pkg/scripts/Makefile
Jan Lindemann c36c83c164 scripts/Makefile: Make jannet jcs jw-pkg optional
Make a few scripts optional which don't belong into a minimal
jw-build, increasing compatibility with a branch which removes them.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-14 13:46:40 +01:00

7 lines
120 B
Makefile

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