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