jw-pkg/make/bin.mk
Jan Lindemann ac54a7bca6
make: Make target "test" depend on target "all"
Every directory should have a test target, and the test target should
depend on all so that all files are generated that might be needed
for testing. This commit fixes some missing targets, and adds some
missing dependencies.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-07-02 19:52:35 +02:00

12 lines
235 B
Makefile

# generic utility modules
# (c) 2005 jannet it services
# contact@jannet.de
# $Id$
include $(JWBDIR)/make/defs.mk
all:
all install:
clean distclean:
$(RM) -rf $(filter-out $(LOCAL_MKFILES) CVS debug release,$(wildcard *))
test: all