add install to .PHONY
This commit is contained in:
parent
d2c470fb4e
commit
96c8dfa9a3
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; \
|
mknod /dev/net/tun c 10 200; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: all clean depend
|
.PHONY: all clean depend install
|
||||||
|
|
||||||
## Dependencies: (autogenerated) ##
|
## Dependencies: (autogenerated) ##
|
||||||
arp.o: arp.c l2tpns.h
|
arp.o: arp.c l2tpns.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue