10 lines
190 B
Makefile
Executable File
10 lines
190 B
Makefile
Executable File
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
#ARCH = linux-x86_64
|
|
#ARCH = vxWorks-ppc32
|
|
ARCH = $(EPICS_HOST_ARCH)
|
|
TARGETS = cdCommands
|
|
TARGETS += envPaths
|
|
include $(TOP)/configure/RULES.ioc
|
|
|