]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/ka/mkfile
cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat
[plan9front.git] / sys / src / cmd / ka / mkfile
1 </$objtype/mkfile
2
3 TARG=ka
4 OFILES=\
5         y.tab.$O\
6         lex.$O\
7
8 HFILES=\
9         ../kc/k.out.h\
10         ../cc/compat.h\
11         y.tab.h\
12         a.h\
13
14 YFILES=a.y\
15
16 BIN=/$objtype/bin
17 < /sys/src/cmd/mkone
18 YFLAGS=-D1 -d
19
20 lex.$O: ../cc/macbody ../cc/lexbody ../cc/compat