From: Siraaj Khandkar Date: Wed, 18 Nov 2020 21:19:37 +0000 (-0500) Subject: Dont ask for permission to auto-install dependencies X-Git-Tag: 0.3.5~2 X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=180c1196596aa166266b8222580c2c67d6f20542;p=tt.git Dont ask for permission to auto-install dependencies --- diff --git a/Makefile b/Makefile index c2d3dd1..4e5863e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: install install: - raco pkg install + raco pkg install --deps search-auto .PHONY: test test: