aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fbf43b1..8e7948e 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,13 @@ debugtool: debugnissy.o
30 30
31shell: nissy.o 31shell: nissy.o
32 mkdir -p tables 32 mkdir -p tables
33 ${CC} ${MACROS} ${CFLAGS} -o run nissy.o shell.c 33 ${CC} ${MACROS} ${CFLAGS} -o run nissy.o shell/shell.c
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.c 37 ${CC} ${MACROS} ${DBGFLAGS} -o run debugnissy.o shell/shell.c
38 38
39.PHONY: all clean test tool debugtool shell debugshell 39shelltest: debugshell
40 ./shell/test.sh
41
42.PHONY: all clean test tool debugtool shell debugshell shelltest

Generated with cgit - Back to sebastiano.tronto.net