forgot this
This commit is contained in:
parent
1aa4e9c82e
commit
a4a13093d0
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…
Reference in New Issue
Block a user