From 56473d99f6ce9172f7d1b513c518aa7e4cc508f5 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 27 Oct 2020 17:45:16 -0400 Subject: add targets: make clean and make mrproper --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 9ace978de..55038481a 100644 --- a/Makefile +++ b/Makefile @@ -73,3 +73,11 @@ list: cp: [ "$(dest)" ] cp --reflink $(package_files) '$(dest)'/ + +stampdirs = ./ dh-runit/ libfido2/ +.PHONY: clean mrproper +clean: + rm -f $(addsuffix build-stamp, $(stampdirs)) $(addsuffix install-stamp, $(stampdirs)) + +mrproper: clean + dh clean -- cgit v1.2.3