Update makefile

This commit is contained in:
Joseph C. Lehner 2016-11-19 14:19:02 +01:00
parent c0d273af72
commit ef6715645d

View file

@ -20,7 +20,7 @@ fuzz: clean
mv nmrpflash fuzz
clean:
rm -f nmrp.o tftp.o main.o ethsock.o nmrpflash
rm -f $(nmrpflash_OBJ) nmrpflash
install: nmrpflash
install -m 755 nmrpflash $(PREFIX)/bin