From 47205953d359f9e6dc8eb04460cce69938c7587e Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 30 Mar 2021 02:58:08 +0200 Subject: [PATCH] Build: Make default PREFIX=$(HOME), DEBUG=1 --- Makefile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.conf b/Makefile.conf index 126cc86..5b7890a 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -11,8 +11,8 @@ PYTHON_ARTIFACTS += ./.pytest_cache VENV_DIR = ./venv # Build config Defaults -DEBUG=0 -PREFIX= +DEBUG=1 +PREFIX=$(HOME) ######### Overrides ######### -include $(HERE)local.conf