ape/mkfile: work arround fake "command line arguments" rule matching
This commit is contained in:
parent
f466d3894c
commit
84d1ef1463
1 changed files with 4 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
||||||
none:VQ:
|
none:VQ:
|
||||||
echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
|
echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
|
||||||
|
|
||||||
all:V:
|
all clean nuke install installall:V:
|
||||||
mk lib.all
|
mk lib.$target
|
||||||
mk cmd.all
|
mk cmd.$target
|
||||||
mk 9src.all
|
mk 9src.$target
|
||||||
|
|
||||||
lib.%:V:
|
lib.%:V:
|
||||||
cd lib
|
cd lib
|
||||||
|
@ -27,8 +27,3 @@ cmd.%:V:
|
||||||
9src.%:V:
|
9src.%:V:
|
||||||
cd 9src
|
cd 9src
|
||||||
mk $stem
|
mk $stem
|
||||||
|
|
||||||
&:V:
|
|
||||||
mk lib.$stem
|
|
||||||
mk cmd.$stem
|
|
||||||
mk 9src.$stem
|
|
||||||
|
|
Loading…
Reference in a new issue