aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-17 08:55:48 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-17 08:55:48 +0200
commitaa9601e577e5ce7ac02f28b0a6f2d5dffc901c5f (patch)
treeac103be156c568a3758757ed65dedbc09cbc3b6b /makefile
parentf6ce5684117032e6a42a769c01a339e80d945841 (diff)
clean up uniform init/update code + fix window resizing
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index daf3750..ef01ae8 100644
--- a/makefile
+++ b/makefile
@@ -17,6 +17,7 @@ main: die.o
main: shader.o
main: visuals_frag.o
main: fill_vert.o
+main: uniform.o
# fix compile order
main.o: fill_vert.h