From 2abf5178e4957c18ee9f83490eff5e4135199ff1 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 31 Mar 2025 17:05:36 +0300 Subject: Some style improvments - Rename readfile to allocfile (as it actually contains cccl_allocfile function) - Add cccl_ prefix for functions defined in str.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f5e2f3..ca51ad7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ +OBJS += allocfile.o OBJS += cccl.o OBJS += executor.o OBJS += main.o OBJS += parser.o -OBJS += readfile.o OBJS += str.o OBJS += tokenizer.o -- cgit 1.4.1