From 5ff407da2fa720f07f8d4e82116deb1214a507a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 13 Oct 2017 11:26:00 +0200 Subject: [PATCH] build: add simulator to deb target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5e39f4b..6f77a08 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb SIMDEB=${SIMPACKAGE}_${VERSION}-${PKGREL}_all.deb -all: ${DEB} ${SIMDEB} +all: deb .PHONY: dinstall simdeb dinstall: $(DEB) $(SIMDEB) @@ -31,7 +31,7 @@ ${SIMDEB}: lintian ${SIMDEB} .PHONY: deb -deb: ${DEB} +deb: ${DEB} ${SIMDEB} ${DEB}: rm -rf build mkdir build -- 2.39.2