X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;ds=inline;f=Makefile;h=6f781ba90e7472d3fe251fff5a90bb8d986ac1a2;hb=cdfbc0a5125acf1dd25f6b385fae70f6af9e4122;hp=c092b95f9e9a3e3a76ae78e73ba5f36541562d77;hpb=eabafccaa9119c64c3964f25035a71579de18ddd;p=h316.git diff --git a/Makefile b/Makefile index c092b95..6f781ba 100644 --- a/Makefile +++ b/Makefile @@ -29,18 +29,14 @@ SUBDIRS+=programs default: - @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true clean: - @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@&&) true @rm -f h316rc - @rmlink.sh %: @echo $@ - @mklink.sh $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)