From 3d1137731a5829b177165e74f92ba063328a1156 Mon Sep 17 00:00:00 2001 From: hachti Date: Sun, 1 Jan 2006 18:11:46 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3b41a62 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +# Toplevel Makefile for Hachti's H316 stuff collection + +SUBDIRS=lib/iolib lib/fortran docs/manual lib/fortran lib/fortran/vpunch-help\ +lib/iolib pc-tools/ldc pc-tools/src-filters programs/mandelbrot\ +programs/punchomat + + +default: + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir);) + +%: + @echo $@ + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) + + +.PHONY: default./build/Makefile + -- 2.32.0