mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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…
Reference in a new issue