forgot this
This commit is contained in:
parent
1aa4e9c82e
commit
a4a13093d0
1 changed files with 11 additions and 0 deletions
11
src/cmd/draw/mkfile
Normal file
11
src/cmd/draw/mkfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=`ls *.[cy] | sed 's/\.[cy]//'`
|
||||
SHORTLIB=draw bio 9
|
||||
|
||||
<$PLAN9/src/mkmany
|
||||
|
||||
$O.tweak: tweak.$O
|
||||
$LD -o $target tweak.$O -lthread -ldraw -lbio -l9 $LDFLAGS
|
||||
|
||||
LDFLAGS=$LDFLAGS -L$X11/lib -lX11
|
||||
Loading…
Add table
Add a link
Reference in a new issue