From 0a933abcd7ad69233f463c2d705c8cae7e984c85 Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Tue, 15 Feb 2022 13:31:58 +0100 Subject: [PATCH] update confignator Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d043e1..de6de7c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install-confignator: @echo "+-----------------------------------------------+" @echo "| installing confignator Python package |" @echo "+-----------------------------------------------+" - $(MAKE) all -C $(CURDIR)/Tst/confignator + $(MAKE) reinstall -C $(CURDIR)/Tst/confignator @echo "+-----------------------------------------------+" @echo "| installed confignator Python package |" @echo "+-----------------------------------------------+" -- GitLab