Skip to content

Commit

Permalink
Merge pull request #21 from abeaumont/fix/make-clean
Browse files Browse the repository at this point in the history
[build] Fix make clean
  • Loading branch information
smola authored Jun 2, 2017
2 parents 7faa995 + ae83479 commit 3576f19
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 @@ -126,7 +126,7 @@ docker-image-build: build

clean:
rm -rf $(BUILD_PATH); \
$(GOCLEAN) .
$(GO_CLEAN) .

push: docker-image-build
$(if $(pushdisabled),$(error $(pushdisabled)))
Expand Down

0 comments on commit 3576f19

Please sign in to comment.