aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-16 19:31:31 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-16 19:31:31 +0200
commit68081ef4f1f51b5753e25a1be6f870eb2e84f76e (patch)
treed251806a4c05543a1262ecd3b86d00e33708a506 /makefile
parentfe2d38b584e814ae6bb44e122ecec3d546976c8a (diff)
experiment with vertex shader
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index 34c19bf..fa39ee9 100644
--- a/makefile
+++ b/makefile
@@ -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 $< $*