1
0
mirror of https://github.com/elima/gpu-playground.git synced 2025-06-06 23:46:17 +00:00
gpu-playground/Makefile
Eduardo Lima Mitev c9dd226c67 Initial commit
2016-09-20 05:13:13 +02:00

6 lines
92 B
Makefile

all: Makefile
make -C render-nodes-minimal all
clean:
make -C render-nodes-minimal clean