Files
StreamDevice/configure/Makefile
2022-10-05 14:25:08 +02:00

12 lines
170 B
Makefile

# Makefile
TOP=..
include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
include $(TOP)/configure/RULES