diff options
Diffstat (limited to 'makecolumns.sh')
-rwxr-xr-x | makecolumns.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makecolumns.sh b/makecolumns.sh index 4acbdd8..2389920 100755 --- a/makecolumns.sh +++ b/makecolumns.sh | |||
@@ -20,7 +20,7 @@ main() { | |||
20 | fi | 20 | fi |
21 | 21 | ||
22 | # Compile all the binaries | 22 | # Compile all the binaries |
23 | make binaries | 23 | make all |
24 | 24 | ||
25 | printf "Cleaning up old working directory ... " | 25 | printf "Cleaning up old working directory ... " |
26 | rm -rf work/`basename "${1#white_}"` | 26 | rm -rf work/`basename "${1#white_}"` |