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 $<
|
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
|
||||||
|
|
||||||
check :
|
check :
|
||||||
cd test/simulation; ./run
|
cd test/simulation && ./run
|
||||||
|
|
||||||
install-docs : docs
|
install-docs : docs
|
||||||
[ -d $(DESTDIR)$(DOCDIR) ] || mkdir -p $(DESTDIR)$(DOCDIR)
|
[ -d $(DESTDIR)$(DOCDIR) ] || mkdir -p $(DESTDIR)$(DOCDIR)
|
||||||
|
|
Loading…
Reference in a new issue