From 1b1314ed856f8380726fd07cde5dd73125101ef2 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 18 May 2024 11:17:07 +0200 Subject: more problem research/isolation --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9d46d62..1ffe4ef 100644 --- a/makefile +++ b/makefile @@ -7,8 +7,8 @@ GLFLAGS += -fauto-map-locations main: main.c -main.c: fill_vert.h -main.c: visuals_frag.h +main.c: spirv_vert.h +main.c: spirv_frag.h %_frag.h: %.frag glslc $(GLFLAGS) -mfmt=c -o $@ $< -- cgit v1.2.3