Browse Source

Build: Make default PREFIX=$(HOME), DEBUG=1

pull/4/head
heck 4 years ago
parent
commit
47205953d3
  1. 4
      Makefile.conf

4
Makefile.conf

@ -11,8 +11,8 @@ PYTHON_ARTIFACTS += ./.pytest_cache
VENV_DIR = ./venv VENV_DIR = ./venv
# Build config Defaults # Build config Defaults
DEBUG=0 DEBUG=1
PREFIX= PREFIX=$(HOME)
######### Overrides ######### ######### Overrides #########
-include $(HERE)local.conf -include $(HERE)local.conf

Loading…
Cancel
Save