From 69b1f4f164195b45cc5cfc59fb311918695fac07 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 16 Sep 2019 13:50:15 -0700 Subject: [PATCH] tests builtin --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c095d43..c52b88a 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ASM=nasm LINK=ld ISO=genisoimage -OBJECTS=loader.o framebuffer.o io.o +OBJECTS=loader.o framebuffer.o io.o stlio.o tests.o AFLAGS=-f elf32 CFLAGS=-m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartfiles \ -nodefaultlibs -Wall -Wextra -Werror -c