diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-05-18 11:17:07 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-05-18 11:17:07 +0200 |
| commit | 1b1314ed856f8380726fd07cde5dd73125101ef2 (patch) | |
| tree | f527f0b88abd6243710a0bb38343c9bbbadb445f /makefile | |
| parent | 1f24a2196641f7d832300fd45c7f5e89559ecc34 (diff) | |
more problem research/isolation
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ $< |