makefile: improve check rule

This commit is contained in:
Miroslav Lichvar 2014-03-19 17:03:18 +01:00
parent 115e83f3aa
commit 9479c6451e

View file

@ -130,7 +130,7 @@ install: chronyd chronyc chrony.txt
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
check :
cd test/simulation; ./run
cd test/simulation && ./run
install-docs : docs
[ -d $(DESTDIR)$(DOCDIR) ] || mkdir -p $(DESTDIR)$(DOCDIR)