Add clean-all target

This commit is contained in:
sin 2014-03-01 14:43:39 +00:00
parent d13f435a13
commit 99d1221b82

3
mkfile
View File

@ -12,6 +12,9 @@ all world:VQ: $pkgs
clean:V:
rm -f .cache/* pkgs.mk
clean-all:V: clean
rm -rf ${root} src
fetchpkgs = ${pkgs:%=%-fetch}
fetch-all fetch-world:VQ: ${fetchpkgs}