mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 16:25:06 -05:00
makefile: add dependency to check target
This commit is contained in:
@@ -129,7 +129,7 @@ install: chronyd chronyc chrony.txt
|
||||
%.s : %.c
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -S $<
|
||||
|
||||
check :
|
||||
check : chronyd chronyc
|
||||
cd test/simulation && ./run
|
||||
|
||||
install-docs : docs
|
||||
|
||||
Reference in New Issue
Block a user