Commit 4896886f authored by tmikolov's avatar tmikolov

changed makefile so that the .sh scripts would become executable after 'make'

parent 8d17b01c
......@@ -14,6 +14,7 @@ word-analogy : word-analogy.c
$(CC) word-analogy.c -o word-analogy $(CFLAGS)
compute-accuracy : compute-accuracy.c
$(CC) compute-accuracy.c -o compute-accuracy $(CFLAGS)
chmod +x *.sh
clean:
rm -rf word2vec word2phrase distance word-analogy compute-accuracy
rm -rf word2vec word2phrase distance word-analogy compute-accuracy
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment