diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
| commit | d53fa8a169832563c62262078b8d2ffe5cab8473 (patch) | |
| tree | b911d06d357d009c976709780f10e92ce915228a /main/rebuild.bash | |
first
Diffstat (limited to 'main/rebuild.bash')
| -rw-r--r-- | main/rebuild.bash | 3 |
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; + |
