X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=c092b95f9e9a3e3a76ae78e73ba5f36541562d77;hb=3c5f7d028c961fc369ae184e4ab585166219dc7c;hp=8bf28a4e2ee5328c5ad8a1b89448afedfb427c96;hpb=6f41bb44c6769c7ff7b60e8a23af86c98e3fbf89;p=h316.git diff --git a/Makefile b/Makefile index 8bf28a4..c092b95 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SUBDIRS=pc-tools # Now we build the libraries which are always rebuild using the original compiler and # assembler tapes -SUBDIRS+=lib/iolib lib/fortran \ +SUBDIRS+=lib # Here we link the assembler - via a trick SUBDIRS+=systems/dap @@ -35,6 +35,7 @@ default: clean: @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@&&) true + @rm -f h316rc @rmlink.sh %: