mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
13 lines
181 B
Makefile
13 lines
181 B
Makefile
PLAN9=../../..
|
|
<$PLAN9/src/mkhdr
|
|
|
|
TARG=9term
|
|
|
|
OFILES=\
|
|
9term.$O\
|
|
$SYSNAME.$O\
|
|
|
|
<$PLAN9/src/mkone
|
|
|
|
LDFLAGS=-lframe -ldraw -lplumb -lthread -l9 -lfmt -lutf -L$X11/lib -lX11 -lutil
|
|
|