add simple script to uninstall->clean->rebuild->install

This commit is contained in:
Rob 2019-03-31 18:52:07 +01:00
parent 502c57de2f
commit d6863bfede

2
refresh.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
sudo make uninstall && make clean && make && sudo make install