diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-10-05 13:55:05 +1000 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-10-05 13:55:05 +1000 |
commit | 2c1a7d7f293c26d631e15cf4cbec542ac50994aa (patch) | |
tree | 5180c14d347717779db1583f3432a094e082cb84 /Makefile | |
parent | 034028807665e84f7c62de5901a3d82c8b5e880e (diff) |
rename source folnder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |