summaryrefslogtreecommitdiff
path: root/main/rebuild.bash
diff options
context:
space:
mode:
Diffstat (limited to 'main/rebuild.bash')
-rw-r--r--main/rebuild.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/rebuild.bash b/main/rebuild.bash
new file mode 100644
index 0000000..da93704
--- /dev/null
+++ b/main/rebuild.bash
@@ -0,0 +1,3 @@
+#!/bin/bash
+cd ../; cmake -G "Unix Makefiles"; make clean && make; cd main;
+