From 523b27e38c0978f6513c95f90582e7e5ab160e3d Mon Sep 17 00:00:00 2001 From: vimene Date: Mon, 16 Feb 2026 11:45:19 +0100 Subject: small improvements --- src/spvshaders/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/spvshaders/Makefile.am') 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 -- cgit v1.2.3