5 lines
91 B
Makefile
5 lines
91 B
Makefile
all: voxel.spv
|
|
|
|
%.spv: %.slang
|
|
slangc $< -O3 -fvk-use-entrypoint-name -target spirv -o $@
|