mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
make -> mk
This commit is contained in:
parent
d709423926
commit
9e37bb03b3
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
|
|
||||||
CFLAGS=-I../../../include
|
|
||||||
LDLIBS=-L../../../lib -lplumb -lbio -lregexp9 -lfmt -l9 -lutf
|
|
||||||
all: plumb plumber
|
|
||||||
|
|
||||||
plumb: plumb.o
|
|
||||||
cc -o $@ plumb.o $(LDLIBS)
|
|
||||||
|
|
||||||
plumber: match.o rules.o plumber.o
|
|
||||||
cc -o $@ match.o rules.o plumber.o $(LDLIBS)
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f *.o
|
|
||||||
|
|
||||||
install: plumb plumber
|
|
||||||
cp plumb plumber ../../../bin
|
|
Loading…
Reference in a new issue