Skip to content

Commit

Permalink
Include release notes in "make dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Oct 9, 2019
1 parent 07f1aa7 commit f90e399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dist: all
cp -a src/$(PROJ).hex $(PROJ)-$(VER)/$(PROJ)-$(VER).hex
cp -a COPYING $(PROJ)-$(VER)/
cp -a README.md $(PROJ)-$(VER)/
cp -a RELEASE_NOTES $(PROJ)-$(VER)/
zip -r $(PROJ)-$(VER).zip $(PROJ)-$(VER)
rm -rf $(PROJ)-$(VER)

Expand Down

0 comments on commit f90e399

Please sign in to comment.