summaryrefslogtreecommitdiff
path: root/prepare
diff options
context:
space:
mode:
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare4
1 files changed, 4 insertions, 0 deletions
diff --git a/prepare b/prepare
new file mode 100755
index 0000000..0ec70db
--- /dev/null
+++ b/prepare
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd "$1"
+gcc -Wall -pedantic -O3 -march=native -mtune=native -flto -o "part$2" "part$2.c"