Skip to content

Commit

Permalink
Add quick start guide into the release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
yunkya2 committed Sep 18, 2023
1 parent 08b8f26 commit a243cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RELFILE := x68kzremotedrv-$(shell date +%Y%m%d)

release: all
cp README.md build/README.txt
cp QUICKSTART.pdf build
cp driver/*.uf2 build
(cd build; zip -r ../$(RELFILE).zip *.uf2 README.txt)
(cd build; zip -r ../$(RELFILE).zip *.uf2 README.txt *.pdf)

.PHONY: all clean update release

0 comments on commit a243cc7

Please sign in to comment.