summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ace978de..55038481a 100644
--- a/Makefile
+++ b/Makefile
@@ -73,3 +73,11 @@ list:
73cp: 73cp:
74 [ "$(dest)" ] 74 [ "$(dest)" ]
75 cp --reflink $(package_files) '$(dest)'/ 75 cp --reflink $(package_files) '$(dest)'/
76
77stampdirs = ./ dh-runit/ libfido2/
78.PHONY: clean mrproper
79clean:
80 rm -f $(addsuffix build-stamp, $(stampdirs)) $(addsuffix install-stamp, $(stampdirs))
81
82mrproper: clean
83 dh clean