]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/2l/mkfile
upas/fs: fix more locking bugs, remove debugging clutter, remove planb mbox code
[plan9front.git] / sys / src / cmd / 2l / mkfile
1 </$objtype/mkfile
2
3 TARG=2l
4 OFILES=\
5         asm.$O\
6         obj.$O\
7         optab.$O\
8         pass.$O\
9         span.$O\
10         list.$O\
11         enam.$O\
12         compat.$O\
13
14 HFILES=\
15         l.h\
16         ../2c/2.out.h\
17
18 BIN=/$objtype/bin
19 </sys/src/cmd/mkone
20
21 enam.$O:        ../2c/enam.c
22         $CC $CFLAGS ../2c/enam.c