aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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