add compile.sh
authorJann Horn <jann@thejh.net>
Sun, 16 Jun 2013 20:42:36 +0000 (22:42 +0200)
committerJann Horn <jann@thejh.net>
Sun, 16 Jun 2013 20:42:36 +0000 (22:42 +0200)
compile.sh [new file with mode: 0755]

diff --git a/compile.sh b/compile.sh
new file mode 100755 (executable)
index 0000000..3078b94
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+gcc -g -O2 -o showmaps showmaps.c common.c -ljh -std=gnu99
+gcc -g -O2 -o loadmap loadmap.c common.c -ljh -std=gnu99
+