Skip to content

Commit

Permalink
Add 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
3onyc committed Dec 7, 2014
1 parent 4c59bda commit bfa2a39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ check:
build:
godep go build -o hipdated-$(shell uname -m) github.com/3onyc/hipdate/hipdated

.PHONY: all test build check
clean:
rm hipdated-*

.PHONY: all test build check clean

0 comments on commit bfa2a39

Please sign in to comment.