Makefile adapted for Version 2.2
This commit is contained in:
parent
a0c6968602
commit
6207ac858e
@ -2,7 +2,7 @@
|
|||||||
SHELL = /usr/bin/bash
|
SHELL = /usr/bin/bash
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
||||||
localinit: print_head
|
localinit:
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user