From 584d34a7de4c18b1237f6b443b812b76d1bf162f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 May 2019 21:43:05 +0200 Subject: [PATCH] buildsys: clean and distclean are phony targets Signed-off-by: Thomas Lamprecht --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9c83807..28627b6 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ install: ${BTDATA} upload: ${DEB} tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch +.PHONY: clean distclean distclean: clean rm -f examples/simple-demo.pem