diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-24 01:23:24 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-24 01:23:24 +0330 |
commit | 55d29d0df8681efe01e88e0475c8512c44ec4bc4 (patch) | |
tree | 2b07ab80b17c8bb6b20837e104aa863854f7ccff /Makefile | |
parent | 217e7d18dbaa260a15f5612d9670105b04cd455f (diff) |
fixed some bugs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ NC := \033[0m INC_DIRS := $(SRC_DIR) INC_FLAGS := $(addprefix -I,$(INC_DIRS)) -CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -Ofast +CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -Ofast -march=native EXEC_FILE := $(BUILD_DIR)/atui |