all: voxel.spv

%.spv: %.slang
	slangc $< -O3 -fvk-use-entrypoint-name -target spirv -o $@
