Rename parsing.c to parse.c for consistency
authorLukas Jiriste <ljiriste@student.42prague.com>
Tue, 14 Jan 2025 14:15:56 +0000 (15:15 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Tue, 14 Jan 2025 14:34:37 +0000 (15:34 +0100)
Makefile
src/parse.c [moved from src/parsing.c with 100% similarity]

index 97c3156064609a224bfec49ebedf879e82b3b6fd..7ad1e6b3fdf7707507ae7dd27bc39cfb51a0885a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ SOURCES :=    main.c                          \
                        scene.c                         \
                        manipulation.c          \
                        tokenize.c                      \
-                       parsing.c                       \
+                       parse.c                         \
                        parse_rt.c                      \
                        parse_small.c           \
                        parse_elements.c        \
similarity index 100%
rename from src/parsing.c
rename to src/parse.c