diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-13 13:36:12 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-13 13:36:12 +0200 |
commit | 8f5e37a68ca9f8dc2e2451b243005246625ffc35 (patch) | |
tree | c7de9189acf9229385e45e5ea5e5e8bc09c489c8 /makefile | |
parent | 31adf2430974747d1c0d993b8a1a3e0750d79467 (diff) |
separate framebuffer initialization into separate file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |