From 6207ac858e3068cb8c36a40317da2af74486fb91 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 10 Aug 2025 19:01:57 +0200 Subject: [PATCH] Makefile adapted for Version 2.2 --- __make.d__/init.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__make.d__/init.mk b/__make.d__/init.mk index 489b57a..aedfc5d 100755 --- a/__make.d__/init.mk +++ b/__make.d__/init.mk @@ -2,7 +2,7 @@ SHELL = /usr/bin/bash .SILENT: -localinit: print_head +localinit: echo "* Linking pylibs to venv" for path in `find pylibs/ -maxdepth 1 -type d`; do if [[ $$path != "pylibs/" ]];then