From 9b9a4b68e39bb1b35f8385c51148f6e9cf6b33d2 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 23 May 2014 19:05:06 +0000 Subject: [PATCH] Need a Makefile --- iocBoot/iocAerotech/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 iocBoot/iocAerotech/Makefile diff --git a/iocBoot/iocAerotech/Makefile b/iocBoot/iocAerotech/Makefile new file mode 100755 index 00000000..adea2d88 --- /dev/null +++ b/iocBoot/iocAerotech/Makefile @@ -0,0 +1,8 @@ +TOP = ../.. +include $(TOP)/configure/CONFIG +ARCH = vxWorks-ppc32-debug +#!ARCH = linux-x86_64 +TARGETS = cdCommands +TARGETS += envPaths +include $(TOP)/configure/RULES.ioc +