Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
fix make help
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 26, 2017
1 parent 40df349 commit c2ac5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -21,7 +21,7 @@ lint: ## Run all the linters
precommit: ## Run precommit hook
./scripts/lint.sh

ci: build lint test ## Run all the tests and code checks as travis-ci does
ci: build lint test ## travis-ci entrypoint
./samples/godownloader-goreleaser.sh
git diff .
./bin/goreleaser --snapshot
Expand All @@ -32,7 +32,7 @@ build: install_hooks ## Build a beta version of goreleaser

.DEFAULT_GOAL := build

generate: ## regenerate shell code from client9/posixshell
generate: ## regenerate shell code from client9/shlib
./makeshellfn.sh > shellfn.go

.PHONY: ci help generate samples clean
Expand Down

0 comments on commit c2ac5b3

Please sign in to comment.