]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/ape/mkfile
audio/flacenc
[plan9front.git] / sys / src / ape / mkfile
old mode 100755 (executable)
new mode 100644 (file)
index 8724b3b..78732bd
@@ -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