Add 'make install'
Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
parent
7b64c80021
commit
e2066de088
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