summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-02-11 17:16:52 +0100
committerOskar <[email protected]>2024-02-11 17:16:52 +0100
commitdd8b6d127e366ace19860781b00812e44c0c4a27 (patch)
tree3aa5dad659519add0f5ba8fd01959d62cd581c53 /Makefile
parentd6b12bc33c2c34a9554480456e2262935a4ea556 (diff)
new + and - feature to increment and decrement the focus. I will make it more advanced.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2e88de..d4371ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC=gcc
+CC=gcc #gcc works best here, mostly because i experienced errors in clang that i dont care to deal with quite yet.
CFLAGS=-Wfatal-errors -Wall -Werror -Wextra -g -O2 -static
CFLAGS_TESTBIN=-Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address
TARGET=7ed