aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-18 08:53:34 +0200
committerBad Diode <bd@badd10de.dev>2024-06-18 08:53:34 +0200
commitf392b0818e651ece33cec091eac0639883a126ec (patch)
tree94b8409b940d16004bb49438c528ef49fb17e28e /Makefile
parentc581804c6ffa5824a9b762097a990425007e49cf (diff)
downloadbdl-f392b0818e651ece33cec091eac0639883a126ec.tar.gz
bdl-f392b0818e651ece33cec091eac0639883a126ec.zip
Add let, set and struct definitions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 843325a..ecdb672 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,10 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
12 12
13# Graphviz viz command. 13# Graphviz viz command.
14DOT := dot -Gmargin=0.7 -Gcolor=white -Gfontcolor=white \ 14DOT := dot -Gmargin=0.7 -Gcolor=white -Gfontcolor=white \
15 -Ncolor=white -Nfontcolor=white -Ecolor=white \ 15 -Ncolor=white -Nfontcolor=white \
16 -Nfontname="Iosevka Nerd Font" -Nfontsize=15 \ 16 -Ecolor=white -Efontcolor=white -Efontsize=15 \
17 -Efontname="Iosevka Nerd Font" \
18 -Nfontname="Iosevka Nerd Font" -Nfontsize=20 \
17 -T png | kitty +kitten icat 19 -T png | kitty +kitten icat
18 20
19# Output executable. 21# Output executable.