From 74ab2f6b89ceb2af34524386d6003746570d2b03 Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 11 Mar 2025 21:47:03 +0300 Subject: Add the prototype --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ea00ee9 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +main: main.c const_strings.h arena.h arena_strings.h arena_strings.c + cc -Wall -Wextra -ggdb -o main main.c arena_strings.c -- cgit v1.2.3