From 84d1ef146386cfe9c26cc897d458e832930ed3e0 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 8 Aug 2012 21:36:42 +0200 Subject: [PATCH] ape/mkfile: work arround fake "command line arguments" rule matching --- sys/src/ape/mkfile | 13 ++++--------- 1 file 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