add install to .PHONY
This commit is contained in:
parent
4e0597cd50
commit
449e796169
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -104,7 +104,7 @@ install: all
|
|||
mknod /dev/net/tun c 10 200; \
|
||||
fi
|
||||
|
||||
.PHONY: all clean depend
|
||||
.PHONY: all clean depend install
|
||||
|
||||
## Dependencies: (autogenerated) ##
|
||||
arp.o: arp.c l2tpns.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue