From 57a28da23bdbb09ee6e954efd3c6b68403a6ee89 Mon Sep 17 00:00:00 2001 From: Bailey Kasin <31324979+BKasin@users.noreply.github.com> Date: Wed, 23 Aug 2023 01:38:39 -0700 Subject: [PATCH] =?UTF-8?q?all=20shouldn=E2=80=99t=20call=20install,=20who?= =?UTF-8?q?ops?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 994ee904..9556396b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX = /usr MANDIR = $(PREFIX)/share/man -all: build install +all: build build: python setup.py build