mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Add 'make local-install' for #165
This commit is contained in:
parent
c10abc645b
commit
95743a6a07
3
Makefile
3
Makefile
@ -1,6 +1,9 @@
|
||||
help: ## Show this help.
|
||||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//'
|
||||
|
||||
local-install: ## Build and install hishtory locally from the current directory
|
||||
go build; ./hishtory install
|
||||
|
||||
forcetest: ## Force running all tests without a test cache
|
||||
go clean -testcache
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user