From 71ced998122c357bc62e54d9bb4e124c88acf94b Mon Sep 17 00:00:00 2001 From: nasr Date: Sun, 8 Mar 2026 21:01:43 +0000 Subject: refactor(main): worked on string handling in C and other stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f9c5906..0224a42 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN = build/engine -SRC = source/engine/engine.c +SRC = source/engine.c CC = clang CFLAGS = -Wall -Wextra -Wfloat-equal -Wswitch-default -Wswitch-enum \ -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-unused-function -g -Werror -- cgit v1.3