fix symlink creation

pull/110/head
Hleb Valoshka 2018-02-24 18:36:20 +03:00
parent 0546fd1bec
commit d6f0e459f0
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ noinst_DATA = ../../celestia
CLEANFILES = ../../celestia
../../celestia: celestia
(cd ../..; ln -s src/celestia/celestia)
(cd ../..; ln -sf src/celestia/celestia)