From a73f417f107bfa37e4789f9d64784068adb37382 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 18 Jun 2018 08:37:33 +0200 Subject: [PATCH] buildsys: depend on check target instead of manual calling it Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6af8e77..75093c1 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,7 @@ dinstall: deb .PHONY: deb -deb ${DEB}: - $(MAKE) -C test check +deb ${DEB}: check rm -rf ${BUILDDIR} rsync -a src/ ${BUILDDIR} rsync -a debian/ ${BUILDDIR}/debian -- 2.39.2