[go: nahoru, domu]

Skip to content

Commit

Permalink
changed makefile so that the .sh scripts would become executable afte…
Browse files Browse the repository at this point in the history
…r 'make'
  • Loading branch information
tmikolov committed Aug 13, 2013
1 parent 8d17b01 commit 4896886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4896886

Please sign in to comment.