From: Jann Horn Date: Sun, 16 Jun 2013 20:42:36 +0000 (+0200) Subject: add compile.sh X-Git-Url: http://git.thejh.net/?p=quakecontrol.git;a=commitdiff_plain;h=0c02bc0e0f994f05296acf546884b73e602e544d;hp=6f65a84500612fe4387884ee42b3171f3f4fe101 add compile.sh --- diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..3078b94 --- /dev/null +++ b/compile.sh @@ -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 +