aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-15 20:06:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-15 20:06:04 +0200
commit7c994d0ee99d8b69bf958f1559db3a294f459e3e (patch)
treed3232b0e1abe902eae2549c64b97a83bb62924cb /Makefile
parent9198aede8761d6573f2ec3739b48e86f83947b56 (diff)
downloadnissy-core-7c994d0ee99d8b69bf958f1559db3a294f459e3e.tar.gz
nissy-core-7c994d0ee99d8b69bf958f1559db3a294f459e3e.zip
Rename debug shell executable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c41921a..025fdb5 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ 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 18 rm -rf *.o *.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
@@ -34,7 +34,7 @@ shell: nissy.o
34 34
35debugshell: debugnissy.o 35debugshell: debugnissy.o
36 mkdir -p tables 36 mkdir -p tables
37 ${CC} ${MACROS} ${DBGFLAGS} -o run debugnissy.o shell/shell.c 37 ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c
38 38
39shelltest: debugshell 39shelltest: debugshell
40 ./shell/test.sh 40 ./shell/test.sh

Generated with cgit - Back to sebastiano.tronto.net