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