From 917f21e468f5c78bb4c54b9f78bd523af8ecf257 Mon Sep 17 00:00:00 2001 From: curt mayer Date: Thu, 30 Jan 2020 15:02:44 -0800 Subject: [PATCH] added Propeller recipe --- Source/Prop/Spin/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Source/Prop/Spin/Makefile diff --git a/Source/Prop/Spin/Makefile b/Source/Prop/Spin/Makefile new file mode 100644 index 00000000..fccfb5fe --- /dev/null +++ b/Source/Prop/Spin/Makefile @@ -0,0 +1,7 @@ +OBJECTS = PropIO.eeprom PropIO2.eeprom ParPortProp.eeprom +OTHERS = *.list +DEST = ../../../Binary +TOOLS = ../../../Tools +include $(TOOLS)/Makefile.inc + +DIFFPATH := $(DIFFTO)/Binary