From 68081ef4f1f51b5753e25a1be6f870eb2e84f76e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 16 May 2024 19:31:31 +0200 Subject: experiment with vertex shader --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefile') 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 $< $* -- cgit v1.2.3