projects
/
quakecontrol.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f65a84
)
add compile.sh
author
Jann Horn
<jann@thejh.net>
Sun, 16 Jun 2013 20:42:36 +0000
(22:42 +0200)
committer
Jann Horn
<jann@thejh.net>
Sun, 16 Jun 2013 20:42:36 +0000
(22:42 +0200)
compile.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/compile.sh
b/compile.sh
new file mode 100755
(executable)
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
+