ginput/drivers/g-wolves/Makefile

8 lines
96 B
Makefile

SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)