fix compile.sh: libjh needs libev now
[quakecontrol.git] / compile.sh
index 3078b94..54ef5d6 100755 (executable)
@@ -1,4 +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
+gcc -g -O2 -o showmaps showmaps.c common.c -ljh -lev -std=gnu99
+gcc -g -O2 -o loadmap loadmap.c common.c -ljh -lev -std=gnu99