From 287f6c4067a206fb1c18eb779ef8463f06c0e5e1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 23 Oct 2023 18:48:35 +0200 Subject: Added benchmarking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0136f0..0a4dfed 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ debugcube.o: ${CC} ${DBGFLAGS} -c -o debugcube.o src/*.c clean: - rm -rf solve + rm -rf *.o test: debugcube.o ./test/test.sh -- cgit v1.3