X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=ae181fca35d167bf10c371963e391da5c672ed14;hb=50caff64da2e0c2fb24a7a726055b105c096d4d1;hp=c3c326a81b80d7d100297fe471dfd2f9606c312b;hpb=61685b6eca68984a8ca4c0f763f9bd5cad6f3219;p=h316.git diff --git a/Makefile b/Makefile index c3c326a..ae181fc 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ # Toplevel Makefile for Hachti's H316 stuff collection -SUBDIRS=pc-tools/ldc pc-tools/src-filters pc-tools/boot-maker lib/iolib lib/fortran docs/manual\ +SUBDIRS=pc-tools/ldc pc-tools/src-filters pc-tools/gnt pc-tools/boot-maker lib/iolib lib/fortran \ lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\ - programs/punchomat + programs/punchomat programs/tools systems +# If you want to build the docs, too: Uncomment next line: +#SUBDIRS+=docs/manual default: $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true @@ -13,5 +15,6 @@ default: $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) -.PHONY: default./build/Makefile +.PHONY: default +