forked from epics_driver_modules/motorBase
10 lines
182 B
Makefile
Executable File
10 lines
182 B
Makefile
Executable File
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
ARCH = linux-x86
|
|
#ARCH = linux-x86_64
|
|
#ARCH = vxWorks-ppc604
|
|
TARGETS = cdCommands
|
|
TARGETS += envPaths
|
|
include $(TOP)/configure/RULES.ioc
|
|
|