ape/mkfile: work arround fake "command line arguments" rule matching

front
cinap_lenrek 2012-08-08 21:36:42 +02:00
parent f466d3894c
commit 84d1ef1463
1 changed files with 4 additions and 9 deletions

View File

@ -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