diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-08-08 21:36:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-08-08 21:36:42 +0200 |
commit | 84d1ef146386cfe9c26cc897d458e832930ed3e0 (patch) | |
tree | fe9c88bd75af299511fe3b70e0366106b48773e5 /sys/src/ape | |
parent | f466d3894c7c83f2dbde773c5b886a18b57d799e (diff) |
ape/mkfile: work arround fake "command line arguments" rule matching
Diffstat (limited to 'sys/src/ape')
-rw-r--r-- | sys/src/ape/mkfile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/src/ape/mkfile b/sys/src/ape/mkfile index 8724b3bb6..78732bd0e 100644 --- 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 @@ cmd.%:V: 9src.%:V: cd 9src mk $stem - -&:V: - mk lib.$stem - mk cmd.$stem - mk 9src.$stem |