Makefile adapted for Version 2.2

This commit is contained in:
Dirk Alders 2025-08-10 19:01:57 +02:00
vanhempi a0c6968602
commit 6207ac858e

Näytä tiedosto

@ -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