From 49dfeeca9bbbbb0f82b5ba5f1cb148e43df4f844 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sun, 8 Sep 2024 03:33:12 +0200 Subject: [PATCH] updated Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index b2594c3..2712626 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,11 @@ gorun: go run main.go harisekhon if uname -s | grep -q Darwin; then open graph.png; fi +.PHONY: goupdates +goupdates: + go get -u all + go mod tidy + .PHONY: init init: @echo