summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-02-23 13:42:24 -0500
committerAndrew Cady <d@cryptonomic.net>2021-02-23 13:42:24 -0500
commitd12644d995e0f70aa249fec236d05236f1a348c9 (patch)
tree375b2c9fab1c5a8685aff26692982bf40e7d6dd4
parentcab10ebfeb614baf6a54395a92d4172bda6f0b15 (diff)
make "make mrproper" more properssh_8.3
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bc52a8a3..292fed9e4 100644
--- a/Makefile
+++ b/Makefile
@@ -82,5 +82,7 @@ stampdirs = ./ dh-runit/ libfido2/
82clean: 82clean:
83 rm -f $(addsuffix build-stamp, $(stampdirs)) $(addsuffix install-stamp, $(stampdirs)) 83 rm -f $(addsuffix build-stamp, $(stampdirs)) $(addsuffix install-stamp, $(stampdirs))
84 84
85mrproper: clean 85dh-clean:
86 dh clean 86 dh clean
87
88mrproper: clean dh-clean gitignore