diff options
| author | vimene <vincent.menegaux@gmail.com> | 2026-02-16 11:45:19 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2026-02-16 11:45:19 +0100 |
| commit | 523b27e38c0978f6513c95f90582e7e5ab160e3d (patch) | |
| tree | face9fe3aee978a9d1b9d41d3a86d7e28ba4f242 /src/spvshaders | |
| parent | 7536dd705d121ed3a49b7e4b05af88fd241d1674 (diff) | |
| download | engine-523b27e38c0978f6513c95f90582e7e5ab160e3d.tar.gz | |
Diffstat (limited to 'src/spvshaders')
| -rw-r--r-- | src/spvshaders/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spvshaders/Makefile.am b/src/spvshaders/Makefile.am index 5a5a362..c707798 100644 --- a/src/spvshaders/Makefile.am +++ b/src/spvshaders/Makefile.am @@ -1,7 +1,7 @@ -include ../../common.am +include $(top_srcdir)/common.am spvshaders_DATA = shader.spv -CLEANFILES = shader.spv +CLEANFILES = $(spvshaders_DATA) shader_spv_SLANGFLAGS = -target spirv -profile spirv_1_4 -emit-spirv-directly -fvk-use-entrypoint-name -entry vert_main -entry frag_main |
