From fcc0c8f0b4bb05455cb60c1132dbfe304c1e8fcd Mon Sep 17 00:00:00 2001
From: Gregor Best <gbe@unobtanium.de>
Date: Mon, 12 Apr 2021 23:08:48 +0200
Subject: [PATCH] Simpler makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9edcf83..3195d64 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
 run:
-	win sh -c 'find . | entr -d -r go run .'
+	find . | entr -d -r go run .
-- 
GitLab