Update makefile
This commit is contained in:
parent
c0d273af72
commit
ef6715645d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ fuzz: clean
|
||||||
mv nmrpflash fuzz
|
mv nmrpflash fuzz
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f nmrp.o tftp.o main.o ethsock.o nmrpflash
|
rm -f $(nmrpflash_OBJ) nmrpflash
|
||||||
|
|
||||||
install: nmrpflash
|
install: nmrpflash
|
||||||
install -m 755 nmrpflash $(PREFIX)/bin
|
install -m 755 nmrpflash $(PREFIX)/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue