all shouldn’t call install, whoops

This commit is contained in:
Bailey Kasin
2023-08-23 01:38:39 -07:00
committed by GitHub
parent 4536dafa09
commit 57a28da23b

View File

@@ -1,7 +1,7 @@
PREFIX = /usr
MANDIR = $(PREFIX)/share/man
all: build install
all: build
build:
python setup.py build