2025-11-14 11:22:50 +01:00
|
|
|
# generic utility modules
|
|
|
|
|
# (c) 2005 jannet it services
|
|
|
|
|
# contact@jannet.de
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
include $(JWBDIR)/make/defs.mk
|
|
|
|
|
|
2026-07-02 14:41:56 +02:00
|
|
|
all:
|
2025-11-14 11:22:50 +01:00
|
|
|
all install:
|
|
|
|
|
clean distclean:
|
|
|
|
|
$(RM) -rf $(filter-out $(LOCAL_MKFILES) CVS debug release,$(wildcard *))
|
2026-07-02 14:41:56 +02:00
|
|
|
test: all
|