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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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