summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-10-05 13:55:05 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-10-05 13:55:05 +1000
commit2c1a7d7f293c26d631e15cf4cbec542ac50994aa (patch)
tree5180c14d347717779db1583f3432a094e082cb84 /Makefile
parent034028807665e84f7c62de5901a3d82c8b5e880e (diff)
rename source folnder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 749897a..0fbc7f2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS := -Wall -Wextra -O2 $(INCLUDES)
LDFLAGS := -lglfw
# Directories
-SRC_DIR := new_src
+SRC_DIR := src
BUILD_DIR := build
OBJ_DIR := $(BUILD_DIR)/objs
SHADER_DIR := assets/shaders