X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=09d81ca4ac854cf3e87361083694600502b3bc38;hb=8d3a19249c4e8a5f2f066f03205dede998448153;hp=c3c326a81b80d7d100297fe471dfd2f9606c312b;hpb=61685b6eca68984a8ca4c0f763f9bd5cad6f3219;p=h316.git diff --git a/Makefile b/Makefile index c3c326a..09d81ca 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # 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/boot-maker lib/iolib lib/fortran \ lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\ - programs/punchomat + programs/punchomat docs/manual default: @@ -13,5 +13,6 @@ default: $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) -.PHONY: default./build/Makefile +.PHONY: default +