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

.PHONY: init
init:
Expand Down

0 comments on commit 5a69471

Please sign in to comment.