From 66004b8c75175227eb432ab0f56274d98a834eab Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 13 Jun 2024 13:14:47 +0200 Subject: 2-pass rendering working w/ fixed resolution + upscaling --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index d22eaec..d1383fb 100644 --- a/makefile +++ b/makefile @@ -15,15 +15,15 @@ all: main FORCE main: main.o main: die.o main: shader.o -main: visuals_frag.o +main: pass1_frag.o main: fill_vert.o -main: output_frag.o +main: pass2_frag.o main: uniform.o # fix compile order main.o: fill_vert.h -main.o: visuals_frag.h -main.o: output_frag.h +main.o: pass1_frag.h +main.o: pass2_frag.h %.s %.h &: %.spv ./blob $< $* -- cgit v1.2.3