build: fix up make check target

This commit is contained in:
Ariadne Conill 2020-07-18 20:05:02 -06:00
parent e108b3c499
commit a12dea25b1

View file

@ -37,5 +37,5 @@ all: libifupdown.a ${CMDS}
clean:
rm -f ${LIBIFUPDOWN_OBJ}
check:
check: libifupdown.a ${CMDS}
kyua test