]> git.lizzy.rs Git - plan9front.git/blob - sys/src/ape/mkfile
fixed tzset(), hopefully hg timezone bug should be fixed now
[plan9front.git] / sys / src / ape / mkfile
1 none:VQ:
2         echo usage: mk all, install, installall, cmd, cmd.install, lib, lib.install
3
4 all:V:
5         mk lib.all
6         mk cmd.all
7         mk 9src.all
8
9 lib.%:V:
10         cd lib
11         mk $stem
12
13 lib.clean:V:
14         cd lib
15         rm -f .mk.$objtype
16         mk clean
17
18 lib.nuke:V:
19         cd lib
20         rm -f .mk.$objtype
21         mk nuke
22
23 cmd.%:V:
24         cd cmd
25         mk $stem
26
27 9src.%:V:
28         cd 9src
29         mk $stem
30
31 &:V:
32         mk lib.$stem
33         mk cmd.$stem
34         mk 9src.$stem