Skip to content

Commit

Permalink
make: do not delete go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Powers committed Sep 17, 2021
1 parent 05a9cfb commit 2f8640c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
go build -o whatsthis ./app/whatsthis

clean:
rm -f whatsthis coverage.out go.sum
rm -f whatsthis coverage.out
rm -rf dist/ site/

docs:
Expand Down

0 comments on commit 2f8640c

Please sign in to comment.