diff options
Diffstat (limited to 'userland/ante/Makefile')
-rw-r--r-- | userland/ante/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |