makefile: add dependency to check target
This commit is contained in:
parent
46951b8598
commit
e82220974e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ install: chronyd chronyc chrony.txt
|
||||||
%.s : %.c
|
%.s : %.c
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
|
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
|
||||||
|
|
||||||
check :
|
check : chronyd chronyc
|
||||||
cd test/simulation && ./run
|
cd test/simulation && ./run
|
||||||
|
|
||||||
install-docs : docs
|
install-docs : docs
|
||||||
|
|
Loading…
Reference in a new issue