From e338f7dc833b7460d86d5faf995b30e04e9df3c9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 11 Nov 2017 19:48:35 +0100 Subject: [PATCH] fixes #111 target zip: build changed --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1f6df9b..d6a58a1 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,8 @@ all: zip zip: build find out/ -name "*.ihx" -print | zip -r out/stm8ef-bin docs/words.md mcu/* lib/* -@ - find out/ -name "*.efr" -print | zip -r out/stm8ef-bin tools/* STM8S103.efr -@ - find out/ -name "forth.rst" -print | zip -r out/stm8ef-bin tools/* STM8S103.efr -@ - find out/ -name "target" -print | zip -r out/stm8ef-bin STM8S105.efr -@ + find out/ -name "forth.rst" -print | zip -r out/stm8ef-bin tools/* -@ + find out/ -name "target" -print | zip -r out/stm8ef-bin -@ build: words make BOARD=CORE