Files
motorBase/motorExApp/Makefile
T
2007-11-28 18:10:29 +00:00

10 lines
128 B
Makefile

TOP = ..
include $(TOP)/configure/CONFIG
DIRS += NoAsyn
ifdef ASYN
DIRS += WithAsyn
endif
include $(TOP)/configure/RULES_DIRS