Skip to content

Commit

Permalink
fixes #111 target zip: build changed
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Nov 11, 2017
1 parent a3929ae commit e338f7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e338f7d

Please sign in to comment.