Skip to content

Commit

Permalink
Merge pull request #170 from shawnbuso/release
Browse files Browse the repository at this point in the history
Added claat2 binaries to sha1sum in Makefile.
  • Loading branch information
shawnbuso authored Feb 25, 2019
2 parents 0ff0eb5 + 6679674 commit cd9e3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serve: $(OUTDIR)/claat2

release: $(RELEASES)
echo $(VERSION) > $(OUTDIR)/VERSION
cd $(OUTDIR) && sha1sum claat-* > sha1sum.txt
cd $(OUTDIR) && sha1sum claat* > sha1sum.txt

test: .test
.test: $(SRCS)
Expand Down

0 comments on commit cd9e3a5

Please sign in to comment.