build: fix up make check target
This commit is contained in:
parent
e108b3c499
commit
a12dea25b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -37,5 +37,5 @@ all: libifupdown.a ${CMDS}
|
||||||
clean:
|
clean:
|
||||||
rm -f ${LIBIFUPDOWN_OBJ}
|
rm -f ${LIBIFUPDOWN_OBJ}
|
||||||
|
|
||||||
check:
|
check: libifupdown.a ${CMDS}
|
||||||
kyua test
|
kyua test
|
||||||
|
|
Loading…
Reference in a new issue