Merge pull request #272 from fkautz/pr_out_add_make_install

This commit is contained in:
Andrea Luzzardi 2021-04-06 00:08:03 -07:00 committed by GitHub
commit 8151f1806c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,3 +44,6 @@ integration: dagger-debug
# Actual integration tests
DAGGER_BINARY="./cmd/dagger/dagger-debug" time ./tests/test.sh all
.PHONY: install
install: dagger
go install ./cmd/dagger