ref: 9c11e310b9ae6467a74438a5f02e2cae92652288
parent: 5896f73c4ffb501979f86da004261a2733f0d27b
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Aug 8 17:36:42 EDT 2012
ape/mkfile: work arround fake "command line arguments" rule matching
--- a/sys/src/ape/mkfile
+++ b/sys/src/ape/mkfile
@@ -1,10 +1,10 @@
none:VQ:
echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
-all:V:
- mk lib.all
- mk cmd.all
- mk 9src.all
+all clean nuke install installall:V:
+ mk lib.$target
+ mk cmd.$target
+ mk 9src.$target
lib.%:V:
cd lib
@@ -27,8 +27,3 @@
9src.%:V:
cd 9src
mk $stem
-
-&:V:
- mk lib.$stem
- mk cmd.$stem
- mk 9src.$stem
--
⑨