ginput/drivers/Makefile

13 lines
195 B
Makefile
Raw Normal View History

2023-09-19 15:06:41 +02:00
SUBDIRS := $(wildcard */.)
BUILD_DIR=../build/
all: $(BUILD_DIR)/drivers/ $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)
$(BUILD_DIR)/drivers/:
mkdir -p $(BUILD_DIR)/drivers/