mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-28 16:15:24 +02:00
12 lines
274 B
Makefile
12 lines
274 B
Makefile
# generic utility modules
|
|
# (c) 2001 jannet it services
|
|
# contact@jannet.de
|
|
# $Id$
|
|
|
|
include $(MODDIR)/make/defs.mk
|
|
include $(MODDIR)/make/rules.mk
|
|
distclean: textclean localclean
|
|
clean: textclean localclean
|
|
install: # nothing to be done
|
|
all: # nothing to be done
|
|
profclean:
|