From 2d5f634d0d28a0762835afa01dd1e9eb212e4803 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 25 Mar 2025 14:35:06 +0300 Subject: Implement all instructions Something doesn't work, though --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit 1.4.1