Add 'make local-install' for #165

This commit is contained in:
David Dworken 2024-02-03 18:11:20 -08:00
parent c10abc645b
commit 95743a6a07
No known key found for this signature in database

View File

@ -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