Skip to content

Commit

Permalink
Remove integration test executables on make clean (go-gitea#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
strk authored and lunny committed Aug 20, 2017
1 parent 2c3a229 commit 100ec93
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 @@ -54,7 +54,7 @@ all: build
.PHONY: clean
clean:
$(GO) clean -i ./...
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA)
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA) integrations*.test

required-gofmt-version:
@$(GO) version | grep -q '\(1.7\|1.8\)' || { echo "We require go version 1.7 or 1.8 to format code" >&2 && exit 1; }
Expand Down

0 comments on commit 100ec93

Please sign in to comment.