mirror of
https://github.com/elima/gpu-playground.git
synced 2025-06-06 23:46:17 +00:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
all: Makefile
|
|
make -C render-nodes-minimal all
|
|
make -C vulkan-minimal all
|
|
|
|
clean:
|
|
make -C render-nodes-minimal clean
|
|
make -C vulkan-minimal clean
|