From 8f5e37a68ca9f8dc2e2451b243005246625ffc35 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 13 Jun 2024 13:36:12 +0200 Subject: separate framebuffer initialization into separate file --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 719f0f0..829b235 100644 --- a/makefile +++ b/makefile @@ -18,6 +18,7 @@ main: pass1_frag.o main: fill_vert.o main: pass2_frag.o main: uniform.o +main: fb.o # fix compile order main.o: fill_vert.h -- cgit v1.2.3