Makefile!

This commit is contained in:
Midgard 2020-07-25 11:04:56 +02:00
parent 2f76476057
commit ce411aec56
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -6,7 +6,7 @@ KERS_SUPERUSER_PASSWORD ?= admin
# Discover virtualenv location
PYTHON ?= $(shell find -mindepth 3 -maxdepth 3 -path "*/bin/python")
ifeq ($(PYTHON),)
$(error No virtualenv found)
$(error No virtualenv found)
endif
VENVBIN := $(dir $(PYTHON))