Merge pull request #272 from fkautz/pr_out_add_make_install
This commit is contained in:
commit
8151f1806c
3
Makefile
3
Makefile
@ -44,3 +44,6 @@ integration: dagger-debug
|
|||||||
# Actual integration tests
|
# Actual integration tests
|
||||||
DAGGER_BINARY="./cmd/dagger/dagger-debug" time ./tests/test.sh all
|
DAGGER_BINARY="./cmd/dagger/dagger-debug" time ./tests/test.sh all
|
||||||
|
|
||||||
|
.PHONY: install
|
||||||
|
install: dagger
|
||||||
|
go install ./cmd/dagger
|
||||||
|
Reference in New Issue
Block a user