forked from epics_driver_modules/motorBase
9 lines
170 B
Makefile
Executable File
9 lines
170 B
Makefile
Executable File
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
ARCH = vxWorks-ppc32-debug
|
|
#!ARCH = linux-x86_64
|
|
TARGETS = cdCommands
|
|
TARGETS += envPaths
|
|
include $(TOP)/configure/RULES.ioc
|
|
|