From dd8b6d127e366ace19860781b00812e44c0c4a27 Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 11 Feb 2024 17:16:52 +0100 Subject: new + and - feature to increment and decrement the focus. I will make it more advanced. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3