aboutsummaryrefslogtreecommitdiff
path: root/src/spvshaders/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2026-02-16 11:45:19 +0100
committervimene <vincent.menegaux@gmail.com>2026-02-16 11:45:19 +0100
commit523b27e38c0978f6513c95f90582e7e5ab160e3d (patch)
treeface9fe3aee978a9d1b9d41d3a86d7e28ba4f242 /src/spvshaders/Makefile.am
parent7536dd705d121ed3a49b7e4b05af88fd241d1674 (diff)
downloadengine-523b27e38c0978f6513c95f90582e7e5ab160e3d.tar.gz
small improvementsHEADmain
Diffstat (limited to 'src/spvshaders/Makefile.am')
-rw-r--r--src/spvshaders/Makefile.am4
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