From 2507e204a59e736a5b1ad71d78142f9850a00bf8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 8 Feb 2017 15:16:19 +0100 Subject: [PATCH] buildsys: deb target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 580845b..a84bc6f 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,9 @@ DEBS := $(DEB1) $(DEB2) all: ${DEBS} echo ${DEBS} +.PHONY: deb +deb: $(DEB1) $(DEB2): $(DEB1) - ${DEB1}: ${CSSRC} rm -rf ${CSDIR} tar xf ${CSSRC} -- 2.39.2