index
:
midi/MrsWatson.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main
/
rebuild.bash
blob: da93704811a842f8bcf50b60c7d4d08403195069 (
plain
)
1
2
3
#!/bin/bash
cd
../
;
cmake
-G
"Unix Makefiles"
;
make
clean
&&
make
;
cd
main
;