Skip to content

Commit

Permalink
makefile: make clean fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Apr 26, 2017
1 parent 2ce1e0f commit 5947b2e
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 @@ -20,7 +20,7 @@ install:
go install ./ephemerald

clean:
rm _example/example ephemerald/ephemerald || true 2>/dev/null
rm _example/example ephemerald/ephemerald 2>/dev/null || true

release:
GITHUB_TOKEN=$$GITHUB_REPO_TOKEN goreleaser
Expand Down

0 comments on commit 5947b2e

Please sign in to comment.