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 8ff5f47..5130940 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ clean:
15 rm -rf *.o run 15 rm -rf *.o run
16 16
17test: debugcube.o 17test: debugcube.o
18 CC="${CC} ${DBGFLAGS}" ./test/test.sh 18 CC="${CC} -D${CUBETYPE} ${DBGFLAGS}" ./test/test.sh
19 19
20tool: cube.o 20tool: cube.o
21 mkdir -p tools/results 21 mkdir -p tools/results

Generated with cgit - Back to sebastiano.tronto.net