morpheus

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

commit d13f435a1361b6752de646f4bad23fade6ec5110
parent 0c77998f149021ddfdab051c0926f0336e99d664
Author: sin <sin@2f30.org>
Date:   Sat,  1 Mar 2014 13:37:18 +0000

Fix typo

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

diff --git a/mkfile b/mkfile @@ -16,7 +16,7 @@ fetchpkgs = ${pkgs:%=%-fetch} fetch-all fetch-world:VQ: ${fetchpkgs} -# generate a pkgs.mk file with the tarkets for all packages in pkgs/ +# generate a pkgs.mk file with the targets for all packages in pkgs/ `{ mkdir -p src } `{ mkdir -p .cache } `{ printf '# auto-generated file, do not edit\n' > pkgs.mk }