summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-12-21 21:47:19 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-12-21 21:47:19 +0330
commit217e7d18dbaa260a15f5612d9670105b04cd455f (patch)
tree8ed8aebbb02538472bf78a6c21b7d6a3406e21de /Makefile
parentdd493a56e5c014f7c71d79c14215b514c5aca06e (diff)
Added ARGB colors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 772c3b8..28d5c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -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