Add 'make install'

Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
Frederick F. Kautz IV 2021-04-03 16:42:29 -07:00
parent 7b64c80021
commit e2066de088

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