mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
5993a8f275
at least it can handle "diff file1 file2 dir".
15 lines
175 B
Makefile
15 lines
175 B
Makefile
PLAN9=../../..
|
|
<$PLAN9/src/mkhdr
|
|
|
|
TARG=diff
|
|
OFILES=\
|
|
diffdir.$O\
|
|
diffio.$O\
|
|
diffreg.$O\
|
|
main.$O\
|
|
|
|
HFILES=diff.h
|
|
|
|
<$PLAN9/src/mkone
|
|
|
|
LDFLAGS=$LDFLAGS -lbio -l9 -lfmt -lutf
|