1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 08:28:35 +00:00

Add clean-all target

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

3
mkfile

@ -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}