Skip to content

Commit

Permalink
Merge pull request #2012 from dgageot/clean-makefile
Browse files Browse the repository at this point in the history
Remove unused instructions from Makefile
  • Loading branch information
nkubala authored Apr 24, 2019
2 parents 3d87a2a + 43a00fe commit f28b472
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ GO_LDFLAGS +="
GO_FILES := $(shell find . -type f -name '*.go' -not -path "./vendor/*")
GO_BUILD_TAGS := "kqueue"

DOCSY_COMMIT:=a7141a2eac26cb598b707cab87d224f9105c315d

$(BUILD_DIR)/$(PROJECT): $(BUILD_DIR)/$(PROJECT)-$(GOOS)-$(GOARCH)
cp $(BUILD_DIR)/$(PROJECT)-$(GOOS)-$(GOARCH) $@

Expand Down Expand Up @@ -140,7 +138,7 @@ release-build-in-docker:

.PHONY: clean
clean:
rm -rf $(BUILD_DIR) ./docs/public ./docs/resources
rm -rf $(BUILD_DIR)

.PHONY: integration-in-docker
integration-in-docker:
Expand Down

0 comments on commit f28b472

Please sign in to comment.