Skip to content

Commit 4896886

Browse files
author
tmikolov
committed
changed makefile so that the .sh scripts would become executable after 'make'
1 parent 8d17b01 commit 4896886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ word-analogy : word-analogy.c
1414
$(CC) word-analogy.c -o word-analogy $(CFLAGS)
1515
compute-accuracy : compute-accuracy.c
1616
$(CC) compute-accuracy.c -o compute-accuracy $(CFLAGS)
17+
chmod +x *.sh
1718

1819
clean:
19-
rm -rf word2vec word2phrase distance word-analogy compute-accuracy
20+
rm -rf word2vec word2phrase distance word-analogy compute-accuracy

0 commit comments

Comments
 (0)