Update Makefile
This commit is contained in:
parent
4a8b10790e
commit
8a4607947b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ dofuzz_tftp: fuzz_tftp
|
|||
echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|
||||
|
||||
clean:
|
||||
rm -f $(nmrpflash_OBJ) nmrpflash fuzz_nmrp fuzz_tftp
|
||||
rm -f $(nmrpflash_OBJ) nmrpflash nmrpflash.x86_64 nmrpflash.arm64 fuzz_nmrp fuzz_tftp
|
||||
|
||||
install: nmrpflash
|
||||
install -m 755 nmrpflash $(PREFIX)/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue