about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-03-31 17:05:36 +0300
committerNakidai <nakidai@disroot.org>2025-03-31 17:05:36 +0300
commit2abf5178e4957c18ee9f83490eff5e4135199ff1 (patch)
tree1e618dbf7cdb8978c4d352dd2898e18f59430fef /Makefile
parent9bf6d941428e9fd2ba84dd1ebf1a4f7abd7f5642 (diff)
download3cl-2abf5178e4957c18ee9f83490eff5e4135199ff1.tar.gz
3cl-2abf5178e4957c18ee9f83490eff5e4135199ff1.zip
Some style improvments v1.3.1
- Rename readfile to allocfile (as it actually contains cccl_allocfile
  function)
- Add cccl_ prefix for functions defined in str.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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