diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-26 17:34:58 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-26 17:34:58 +0200 |
commit | 52bc19527838f2cac481a89cefd18cfea6e1a2d2 (patch) | |
tree | aed452488b766f9e0f02d6e5237d6eecf0e8e909 /makefile | |
parent | 33deac9462906c5e7b084665df3194cfa5e73249 (diff) |
WIP add framebuffer
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $< $* |