From e82220974eb84f203f07aff6096a024254472aae Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 10 Apr 2014 18:22:34 +0200 Subject: [PATCH] makefile: add dependency to check target --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 64bef03..f042a5a 100644 --- a/Makefile.in +++ b/Makefile.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