jw-pkg/make/dummy.mk

11 lines
202 B
Makefile
Raw Normal View History

2002-02-16 14:16:47 +00:00
# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
ALL =
include $(MODDIR)/make/defs.mk
2002-02-18 23:53:46 +00:00
clean:
rm -rf *~ .*.swp
2002-02-16 14:16:47 +00:00
install: # nothing to be done
all: # nothing to be done