Skip to content

Commit

Permalink
Added install
Browse files Browse the repository at this point in the history
  • Loading branch information
swartzrock committed Dec 14, 2020
1 parent f882f0e commit a798a78
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 @@ -11,11 +11,14 @@ clean:
@go clean
@rm -f $(BINARY_NAME)

run: build lint build
run: lint build
@./$(BINARY_NAME)

lint:
@goimports -local=github.com/swartzrock/ecsview -w .
@gofmt -s -w .
@$(linter) run

install: lint build
@go install
@echo "Installed ecsview into ${shell which ecsview}"

0 comments on commit a798a78

Please sign in to comment.