aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-26 17:34:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-26 17:34:58 +0200
commit52bc19527838f2cac481a89cefd18cfea6e1a2d2 (patch)
treeaed452488b766f9e0f02d6e5237d6eecf0e8e909 /makefile
parent33deac9462906c5e7b084665df3194cfa5e73249 (diff)
WIP add framebuffer
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index ef01ae8..d22eaec 100644
--- a/makefile
+++ b/makefile
@@ -17,11 +17,13 @@ main: die.o
main: shader.o
main: visuals_frag.o
main: fill_vert.o
+main: output_frag.o
main: uniform.o
# fix compile order
main.o: fill_vert.h
main.o: visuals_frag.h
+main.o: output_frag.h
%.s %.h &: %.spv
./blob $< $*