From ce411aec564b6c432ad3e92b5310120494c32e69 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 25 Jul 2020 11:04:56 +0200 Subject: [PATCH] Makefile! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3669db8..b902620 100644 --- a/Makefile +++ b/Makefile @@ -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))