From 5a6947191c9a18a433474e5e528304a933da1b16 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sun, 8 Sep 2024 03:04:04 +0200 Subject: [PATCH] updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b670a91..b2594c3 100644 --- a/Makefile +++ b/Makefile @@ -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: