X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=12731fb151c7edc6759e216a8a37a08f89da9428;hb=0ea3f125fcdd4486e3d02df50466ee604b9fa3e5;hp=a1b7a3cc5fa49c130a07011fcf1aa9defa5e16c7;hpb=716a98c0cf2732b796ee074aeb14c16c61fc7271;p=h316.git diff --git a/Makefile b/Makefile index a1b7a3c..12731fb 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 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 programs/tools default: @@ -13,5 +13,6 @@ default: $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) -.PHONY: default./build/Makefile +.PHONY: default +