aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-18 11:17:07 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-18 11:17:07 +0200
commit1b1314ed856f8380726fd07cde5dd73125101ef2 (patch)
treef527f0b88abd6243710a0bb38343c9bbbadb445f /makefile
parent1f24a2196641f7d832300fd45c7f5e89559ecc34 (diff)
more problem research/isolation
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ $<