aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-15 18:17:55 +0200
committerHimbeer <himbeer@disroot.org>2024-09-15 18:18:53 +0200
commit2f595cce4a25c04052199043e8cc0d0bba7e1ceb (patch)
tree724280277653c56620376d15337739ac92ca8feb /Makefile
parent4fe74c2533021b47a308fb44ad9ec1202f7b2da9 (diff)
Add definitions for builtin numeric types
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3fd32b8..3af9529 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ OBJ = \
src/lex.o \
src/main.o \
src/parse.o \
+ src/type.o \
src/utf8.o
CFLAGS = -Iinclude