aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-23 18:48:35 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-23 18:48:35 +0200
commit287f6c4067a206fb1c18eb779ef8463f06c0e5e1 (patch)
treebde3da6f1ec2683179e684b976f7b6e16bf52209 /Makefile
parentb3622e04dfb8317b745f8c911d31dc80bc2f9d66 (diff)
downloadnissy-core-287f6c4067a206fb1c18eb779ef8463f06c0e5e1.tar.gz
nissy-core-287f6c4067a206fb1c18eb779ef8463f06c0e5e1.zip
Added benchmarking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0136f0..0a4dfed 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ debugcube.o:
17 ${CC} ${DBGFLAGS} -c -o debugcube.o src/*.c 17 ${CC} ${DBGFLAGS} -c -o debugcube.o src/*.c
18 18
19clean: 19clean:
20 rm -rf solve 20 rm -rf *.o
21 21
22test: debugcube.o 22test: debugcube.o
23 ./test/test.sh 23 ./test/test.sh

Generated with cgit - Back to sebastiano.tronto.net