summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-27 17:45:16 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit56473d99f6ce9172f7d1b513c518aa7e4cc508f5 (patch)
treeb05109bc89a08aeb1ae812be5f92de54ad7530c6
parentc4240eaf99d842a97029198d1ba5e42a4630ff5f (diff)
add targets: make clean and make mrproper
-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