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

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