From 7f589d02f79682ce30fb7237b94dd02e6b715d33 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Thu, 21 Oct 2021 21:01:07 -0400 Subject: [PATCH] Remove install from makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 907be69..27bcda5 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,3 @@ test: build: go build -o slides - -install: - go install