morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 5c0a27a6c113b048b024d0983c418dbff115d39e
parent 65c90f1658bf79b3a682cca364b37a5835077e5d
Author: sin <sin@2f30.org>
Date:   Sun,  2 Mar 2014 20:37:24 +0000

Make clean-world an alias for clean-all

Diffstat:
Mmkfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkfile b/mkfile @@ -12,7 +12,7 @@ all world:VQ: $pkgs clean:V: rm -f .cache/* pkgs.mk -clean-all:V: clean +clean-all clean-world:V: clean rm -rf ${root} src fetchpkgs = ${pkgs:%=%-fetch}