From 4f30105a95fd5958665a1ff394b2fe7a2f91c7fb Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Sun, 22 Oct 2023 21:32:16 +0200 Subject: Ignore relased key events in 'ante' --- userland/ante/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userland/ante/Makefile') diff --git a/userland/ante/Makefile b/userland/ante/Makefile index 412b302..36d4442 100644 --- a/userland/ante/Makefile +++ b/userland/ante/Makefile @@ -1,4 +1,4 @@ -CC="/home/anton/prj/osdev/sysroot/bin/i686-sb-gcc" +CC="i686-sb-gcc" CFLAGS = -ggdb -O2 -Wall -Wextra -pedantic -static LIB=-L../libgui -lgui -lgcc INC=-I../libgui/ -- cgit v1.2.3