aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 025fdb5..29b7ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -15,17 +15,17 @@ debugnissy.o:
15 ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c 15 ${CC} ${MACROS} ${DBGFLAGS} -c -o debugnissy.o src/nissy.c
16 16
17clean: 17clean:
18 rm -rf *.o *.so run debugrun 18 rm -rf *.o *.s *.so run debugrun
19 19
20test: debugnissy.o 20test: debugnissy.o
21 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh 21 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./test/test.sh
22 22
23tool: nissy.o 23tool: nissy.o
24 mkdir -p tools/results 24 mkdir -p tables tools/results
25 CC="${CC} ${MACROS} ${CFLAGS}" OBJ=nissy.o ./tools/tool.sh 25 CC="${CC} ${MACROS} ${CFLAGS}" OBJ=nissy.o ./tools/tool.sh
26 26
27debugtool: debugnissy.o 27debugtool: debugnissy.o
28 mkdir -p tools/results 28 mkdir -p tables tools/results
29 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./tools/tool.sh 29 CC="${CC} ${MACROS} ${DBGFLAGS}" OBJ=debugnissy.o ./tools/tool.sh
30 30
31shell: nissy.o 31shell: nissy.o

Generated with cgit - Back to sebastiano.tronto.net