morpheus

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

commit 6b1672f24655b69ed4e8849e87c42d232820b645
parent 1c117e6f7498464e491201ab6a843bc8318d1bb8
Author: sin <sin@2f30.org>
Date:   Fri, 28 Feb 2014 18:31:14 +0000

Remove pkgs.mk on mk clean

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

diff --git a/mkfile b/mkfile @@ -10,7 +10,7 @@ help:VQ: all world:VQ: $pkgs clean:V: - rm -f .state/* + rm -f .state/* pkgs.mk # generate a pkgs.mk file with the tarkets for all packages in pkgs/ `{ mkdir -p src } @@ -22,4 +22,3 @@ clean:V: bootable:V: stuff/create-bootable "$root" morpheus-$arch-$version.img -