diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-21 21:47:19 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-21 21:47:19 +0330 |
commit | 217e7d18dbaa260a15f5612d9670105b04cd455f (patch) | |
tree | 8ed8aebbb02538472bf78a6c21b7d6a3406e21de /Makefile | |
parent | dd493a56e5c014f7c71d79c14215b514c5aca06e (diff) |
Added ARGB colors
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 -lcurl +CFLAGS := $(INC_FLAGS) -Wall -Wextra -std=gnu23 -Ofast EXEC_FILE := $(BUILD_DIR)/atui |