ginput/drivers/g-wolves/Makefile

8 lines
96 B
Makefile
Raw Normal View History

2023-09-19 13:06:41 +00:00
SUBDIRS := $(wildcard */.)
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)