diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-16 19:31:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-16 19:31:31 +0200 |
commit | 68081ef4f1f51b5753e25a1be6f870eb2e84f76e (patch) | |
tree | d251806a4c05543a1262ecd3b86d00e33708a506 /makefile | |
parent | fe2d38b584e814ae6bb44e122ecec3d546976c8a (diff) |
experiment with vertex shader
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,12 +12,12 @@ all: main FORCE main: main.o main: die.o main: shader.o -main: hello_frag.o -main: hello_vert.o +main: visuals_frag.o +main: fill_vert.o # fix compile order -main.o: hello_vert.h -main.o: hello_frag.h +main.o: fill_vert.h +main.o: visuals_frag.h %.s %.h &: %.spv ./blob $< $* |