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:
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 @@ cmd.%:V:
9src.%:V:
cd 9src
mk $stem
&:V:
mk lib.$stem
mk cmd.$stem
mk 9src.$stem