X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=c092b95f9e9a3e3a76ae78e73ba5f36541562d77;hb=3c5f7d028c961fc369ae184e4ab585166219dc7c;hp=b6da4018c3093c54d132a84c3f2be9d1a19fb386;hpb=fe67c7bef2222497d18eff18f29f69216ca40afe;p=h316.git diff --git a/Makefile b/Makefile index b6da401..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 @@ -33,8 +33,10 @@ default: @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true clean: + @mklink.sh + @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@&&) true + @rm -f h316rc @rmlink.sh - $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) %: @echo $@