diff options
author | Oskar <[email protected]> | 2024-02-11 17:16:52 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-02-11 17:16:52 +0100 |
commit | dd8b6d127e366ace19860781b00812e44c0c4a27 (patch) | |
tree | 3aa5dad659519add0f5ba8fd01959d62cd581c53 /Makefile | |
parent | d6b12bc33c2c34a9554480456e2262935a4ea556 (diff) |
new + and - feature to increment and decrement the focus. I will make it more advanced.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |