X-Git-Url: http://git.thejh.net/?p=quakecontrol.git;a=blobdiff_plain;f=compile.sh;fp=compile.sh;h=3078b9444f62f06de1f1b075f1edc16207b9345d;hp=0000000000000000000000000000000000000000;hb=0c02bc0e0f994f05296acf546884b73e602e544d;hpb=6f65a84500612fe4387884ee42b3171f3f4fe101 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 +