fix symlink creation

pull/400/head
Hleb Valoshka 2018-02-24 18:36:20 +03:00
parent 81b848d709
commit fa06e917de
1 changed files with 1 additions and 1 deletions

View File

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