Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 8, 2024
1 parent a2acc23 commit 49dfeec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49dfeec

Please sign in to comment.