20 lines
250 B
Makefile
20 lines
250 B
Makefile
<$PLAN9/src/mkhdr
|
|
<|sh ../devdraw/mkwsysrules.sh
|
|
<|sh freetyperules.sh $WSYSTYPE
|
|
|
|
TARG=fontsrv
|
|
|
|
HFILES=a.h
|
|
|
|
OFILES=\
|
|
main.$O\
|
|
pjw.$O\
|
|
$WSYSTYPE.$O\
|
|
|
|
<$PLAN9/src/mkone
|
|
|
|
osx-cocoa.$O: osx.c
|
|
|
|
showpjw: showpjw.c
|
|
9c showpjw.c
|
|
9l -o showpjw showpjw.o
|