Added print of head in init.mk
This commit is contained in:
父節點
be1ad8003d
當前提交
934e435c87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user