aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 13:36:12 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 13:36:12 +0200
commit8f5e37a68ca9f8dc2e2451b243005246625ffc35 (patch)
treec7de9189acf9229385e45e5ea5e5e8bc09c489c8 /makefile
parent31adf2430974747d1c0d993b8a1a3e0750d79467 (diff)
separate framebuffer initialization into separate file
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
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