aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rwxr-xr-xnissy.exebin684963 -> 633301 bytes
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 89d866b..85d696e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,10 @@ PREFIX = /usr/local
6MANPREFIX = ${PREFIX}/share/man 6MANPREFIX = ${PREFIX}/share/man
7 7
8CPPFLAGS = -DVERSION=\"${VERSION}\" 8CPPFLAGS = -DVERSION=\"${VERSION}\"
9CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -O3 ${CPPFLAGS} 9CFLAGS = -std=c99 -static -pthread -pedantic -Wall -Wextra \
10DBGFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -g ${CPPFLAGS} 10 -Wno-unused-parameter -O3 ${CPPFLAGS}
11DBGFLAGS = -std=c99 -static -pthread -pedantic -Wall -Wextra \
12 -Wno-unused-parameter -g ${CPPFLAGS}
11 13
12CC = cc 14CC = cc
13 15
@@ -23,7 +25,7 @@ nissy:
23 ${CC} ${CFLAGS} -o nissy.o src/*.c 25 ${CC} ${CFLAGS} -o nissy.o src/*.c
24 26
25win: 27win:
26 x86_64-w64-mingw32-gcc ${CFLAGS} -static -o nissy.exe src/*.c 28 x86_64-w64-mingw32-gcc ${CFLAGS} -o nissy.exe src/*.c
27 29
28debug: 30debug:
29 ${CC} ${DBGFLAGS} -o nissy.o src/*.c 31 ${CC} ${DBGFLAGS} -o nissy.o src/*.c
diff --git a/nissy.exe b/nissy.exe
index 400d674..e036d43 100755
--- a/nissy.exe
+++ b/nissy.exe
Binary files differ

Generated with cgit - Back to sebastiano.tronto.net