Added print of head in init.mk

This commit is contained in:
Dirk Alders 2025-08-06 08:44:09 +02:00
vanhempi be1ad8003d
commit 934e435c87

Näytä tiedosto

@ -2,7 +2,7 @@
SHELL = /usr/bin/bash
.SILENT:
localinit:
localinit: print_head
echo "* Linking pylibs to venv"
for path in `find pylibs/ -maxdepth 1 -type d`; do
if [[ $$path != "pylibs/" ]];then