mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
After making most modules independent from the Hamlet tree, place Makefiles in a central location for more centralized control over the build process.
16 lines
236 B
Makefile
16 lines
236 B
Makefile
# 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)
|