make -> mk
This commit is contained in:
parent
ef9890f65a
commit
4fbfdd7acd
3 changed files with 33 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLAN9=../../..
|
||||
include $(PLAN9)/src/Makehdr
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=mk
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ HFILES=\
|
|||
mk.h\
|
||||
fns.h\
|
||||
|
||||
LDFLAGS+=-lregexp9 -lbio -l9 -lfmt -lutf
|
||||
LDFLAGS=$LDFLAGS -lregexp9 -lbio -lfmt -lutf
|
||||
|
||||
include $(PLAN9)/src/Makeone
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue