add simple script to uninstall->clean->rebuild->install
This commit is contained in:
2
refresh.sh
Executable file
2
refresh.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sudo make uninstall && make clean && make && sudo make install
|
Reference in New Issue
Block a user