Skip to content

Commit

Permalink
Remove Godeps build artifacts on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Sep 10, 2014
1 parent 60d4770 commit 57239e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# clean: Clean up.

OUT_DIR = _output
GODEPS_PKG_DIR = Godeps/_workspace/pkg

export GOFLAGS

Expand Down Expand Up @@ -48,4 +49,5 @@ check test:
# make clean
clean:
rm -rf $(OUT_DIR)
rm -rf $(GODEPS_PKG_DIR)
.PHONY: clean

0 comments on commit 57239e3

Please sign in to comment.