From 7b92f44c3ef7653f4aff463658f705f0ac70f096 Mon Sep 17 00:00:00 2001 From: somas95 Date: Wed, 11 Apr 2018 13:38:36 +0200 Subject: [PATCH] update makefile to setuptools --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cfb4cc2..4e6ad1e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: - echo "Nothing" + python3 ./setup.py build install: - python3 setup.py install --prefix=/app + python3 ./setup.py install --prefix=/app --skip-build --optimize=1