From 1645da679ce50b13b6f19a062eabd2d869762a07 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 15 Feb 2023 15:07:56 +0100 Subject: add framebuffer image support --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index 99e348d..4232da9 100644 --- a/core/Makefile +++ b/core/Makefile @@ -7,7 +7,7 @@ options: @echo SRC: ${SRC} @echo OBJ: ${OBJ} -objects/%: %.c +objects/%: %.c ../lib/slib.a @echo Building $< @-mkdir -p $$(dirname $@) @gcc $< -o $@ ../lib/slib.a -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -fno-builtin -Wno-int-conversion -g -- cgit v1.2.3-70-g09d2