diff --git a/make.d/init.mk b/make.d/init.mk index aedfc5d..489b57a 100755 --- a/make.d/init.mk +++ b/make.d/init.mk @@ -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