jw-pkg/make/dirs.mk

16 lines
236 B
Makefile
Raw Normal View History

# generic utility modules
# (c) 2001 jannet it services
# contact@jannet.de
# $Id$
include $(TOPDIR)/make/defs.mk
all:
$(make_subdirs)
clean:
rm -rf $(TEXTCLEAN) $(CLEAN)
$(make_subdirs_target)
.DEFAULT:
$(make_subdirs_target)