make -> mk

This commit is contained in:
rsc 2003-11-23 17:54:24 +00:00
parent ef9890f65a
commit 4fbfdd7acd
3 changed files with 33 additions and 32 deletions

View file

@ -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