From e2066de0881a281a3cbebc00c2aed9506e37b9a4 Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Sat, 3 Apr 2021 16:42:29 -0700 Subject: [PATCH] Add 'make install' Signed-off-by: Frederick F. Kautz IV --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5c9341d1..952760b9 100644 --- a/Makefile +++ b/Makefile @@ -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