about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-03-25 14:35:06 +0300
committerNakidai <nakidai@disroot.org>2025-03-25 14:35:06 +0300
commit2d5f634d0d28a0762835afa01dd1e9eb212e4803 (patch)
treee3e141464181f88dff69c32e1cb48b6f9e258f37 /Makefile
parent98a243bf9ab1a3e8bd2de56d7b16302f303f323a (diff)
download3cl-2d5f634d0d28a0762835afa01dd1e9eb212e4803.tar.gz
3cl-2d5f634d0d28a0762835afa01dd1e9eb212e4803.zip
Implement all instructions
Something doesn't work, though
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e503ccb..a1a5d01 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ OBJS += executor.o
 OBJS += main.o
 OBJS += parser.o
 OBJS += readfile.o
+OBJS += str.o
 OBJS += tokenizer.o
 
 RM ?= rm -f