aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-03 18:28:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-03 18:28:04 +0200
commit9de887d8f178cec5693cafb03b8715804669f65e (patch)
treed908c65602a9e123182ea6e3bdd3a091205155d8 /Makefile
parent4ee7739d78889cef33d0c60a870922398e0b5e31 (diff)
downloadnissy-core-9de887d8f178cec5693cafb03b8715804669f65e.tar.gz
nissy-core-9de887d8f178cec5693cafb03b8715804669f65e.zip
Improve gendata performance by replacing locks with atomic operations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4744458..fbf43b1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ debugnissy.o:
15 ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c 15 ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c
16 16
17clean: 17clean:
18 rm -rf *.o run 18 rm -rf *.o *.so run
19 19
20test: debugnissy.o 20test: debugnissy.o
21 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh 21 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh

Generated with cgit - Back to sebastiano.tronto.net