makefile: add dependency to check target

This commit is contained in:
Miroslav Lichvar 2014-04-10 18:22:34 +02:00
parent 46951b8598
commit e82220974e

View file

@ -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