Skip to content

Commit

Permalink
Fix bug in clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
airnandez committed Dec 2, 2016
1 parent 5854276 commit 8acc57e
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 @@ -14,6 +14,6 @@ release: build
@cd cmd/tlsping && tar -czf tlsping-${TAG}-${OS}-${ARCH}.tar.gz tlsping

clean:
@rm -f tlsping tlsping-*.tar.gz cmd/tlsping/tlsping
@rm -f cmd/tlsping/tlsping-*.tar.gz cmd/tlsping/tlsping

buildall: clean build

0 comments on commit 8acc57e

Please sign in to comment.