diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-03-11 21:47:03 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-03-11 21:47:03 +0300 |
| commit | 74ab2f6b89ceb2af34524386d6003746570d2b03 (patch) | |
| tree | e634c55982970264306ca99d3ea1134f089c0096 /Makefile | |
| parent | 729bbab9d554567366b30cbc24e91070e131fc04 (diff) | |
Add the prototype
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
