wlin12/wang2vec

make gives an error

Closed this issue · 1 comments

Line 23 in makefile triggers the following error:
chmod +x *.sh
chmod: cannot access *.sh': No such file or directory`

Commenting out this line fixed the problem for me.

Right, makes sense! fixed