diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-17 08:55:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-17 08:55:48 +0200 |
commit | aa9601e577e5ce7ac02f28b0a6f2d5dffc901c5f (patch) | |
tree | ac103be156c568a3758757ed65dedbc09cbc3b6b /makefile | |
parent | f6ce5684117032e6a42a769c01a339e80d945841 (diff) |
clean up uniform init/update code + fix window resizing
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |