update install target
This commit is contained in:
3
makefile
3
makefile
@@ -19,6 +19,7 @@ CFLAGS=-g -I.
|
|||||||
LD=cc
|
LD=cc
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
LDTAIL=
|
LDTAIL=
|
||||||
|
DESTROOT=/usr/local
|
||||||
|
|
||||||
OFILES=\
|
OFILES=\
|
||||||
authnone.o\
|
authnone.o\
|
||||||
@@ -58,6 +59,6 @@ clean:
|
|||||||
rm -f *.o u9fs
|
rm -f *.o u9fs
|
||||||
|
|
||||||
install: u9fs
|
install: u9fs
|
||||||
cp u9fs ../../bin
|
install u9fs $(DESTROOT)/bin
|
||||||
|
|
||||||
.PHONY: clean install
|
.PHONY: clean install
|
||||||
|
Reference in New Issue
Block a user