diff --git a/Makefile b/Makefile
index 9edcf831f4e7d62580f8585eab020fa8adcd5dcd..3195d64f4a5e522f0e605b623f9938a55dae2fec 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 .