Files
motorDSM/configure/Makefile

13 lines
211 B
Makefile
Raw Normal View History

2019-04-09 11:24:20 -05:00
TOP=..
include $(TOP)/configure/CONFIG
ifeq ($(INSTALL_CONFIG),$(MOTOR)/configure)
# Don't overwrite Motor's configure files
INSTALL_CONFIG =
endif
2019-04-09 11:24:20 -05:00
TARGETS = $(CONFIG_TARGETS)
include $(TOP)/configure/RULES