makefile: improve check rule
This commit is contained in:
parent
115e83f3aa
commit
9479c6451e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue