blob: 870833abfe933568f0d45ee3ac7ce740e88a560f [file] [log] [blame]
SUBDIRS := opengl opencl
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)