summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-07-24 20:12:26 +0200
committerLouis Burda <quent.burda@gmail.com>2023-07-24 20:12:26 +0200
commit29894d56e144223629e558070cbc52080e21342e (patch)
tree26d2fbbd2094d57b49fca4d202b9b34908013f34 /Makefile
parent5835917f57d4dc04b406c8e3e06bf3b046d709e3 (diff)
downloadtis100-29894d56e144223629e558070cbc52080e21342e.tar.gz
tis100-29894d56e144223629e558070cbc52080e21342e.zip
Fully implement tokenizer and port value passing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62c5c54..d950c5d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ PREFIX ?= /usr/local
BINDIR ?= /bin
CFLAGS = -Wunused-function -Wunused-variable -Wconversion -Wswitch
+CFLAGS += -Og -g
all: tis-as tis-curses