Added print of head in init.mk

This commit is contained in:
Dirk Alders 2025-08-06 08:44:09 +02:00
父節點 be1ad8003d
當前提交 934e435c87

查看文件

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