Skip to content

Commit

Permalink
make: Fix release scripts
Browse files Browse the repository at this point in the history
We were copying specld.tap into the final release.  The contents
of this file are merged with specasm.tap so are not intended to
be distributed.  The file was manually removed from the v2 release.

Signed-off-by: Mark Ryan <[email protected]>
  • Loading branch information
markdryan committed Mar 18, 2022
1 parent 7b317d7 commit 2dff3a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ release:
mkdir -p release/specasm
cp *.tap release/specasm
cp SAIMPORT SAEXPORT *.X release/specasm
cp ../bas/* release/specasm
cp ../bas/INSTALL release/specasm
cp ../bas/REMOVE release/specasm
cd release && zip -r specasm.zip specasm

0 comments on commit 2dff3a9

Please sign in to comment.