X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=8bf28a4e2ee5328c5ad8a1b89448afedfb427c96;hb=f4c2dcf3f0d4513b1237872d4ce35335b395c6c3;hp=b6da4018c3093c54d132a84c3f2be9d1a19fb386;hpb=fe67c7bef2222497d18eff18f29f69216ca40afe;p=h316.git diff --git a/Makefile b/Makefile index b6da401..8bf28a4 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,9 @@ default: @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true clean: + @mklink.sh + @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@&&) true @rmlink.sh - $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) %: @echo $@