mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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>
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
|