From 9de887d8f178cec5693cafb03b8715804669f65e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 3 Oct 2024 18:28:04 +0200 Subject: Improve gendata performance by replacing locks with atomic operations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4744458..fbf43b1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ debugnissy.o: ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c clean: - rm -rf *.o run + rm -rf *.o *.so run test: debugnissy.o CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh -- cgit v1.3