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 c520a98 commit ae7da97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ build: init
.PHONY: gorun
gorun:
go run main.go harisekhon
if uname -s | grep -q Darwin; then open graph.png; fi
@#if uname -s | grep -q Darwin; then open graph.png; fi
if uname -s | grep -q Darwin; then open graph.svg; fi

.PHONY: goupdates
goupdates:
Expand Down

0 comments on commit ae7da97

Please sign in to comment.