Marfjeh / coinhive-block

To block the malware domains of coin-hive systemwide.
MIT License
89 stars 20 forks source link

ignore nonexistent temp file #19

Closed 0xmohit closed 6 years ago

0xmohit commented 6 years ago

When .temp doesn't exist, make completes successfully but also produces the following output that is potentially confusing.

rm: cannot remove '.temp': No such file or directory
makefile:6: recipe for target 'install' failed
make: [install] Error 1 (ignored)

Ask rm not to prompt in this case.

ghost commented 6 years ago

Seems good to me. Thank you!

Marfjeh commented 6 years ago

Awesome! Thanks for your contribution!

-Marvin