commit d3f05931d59c2c9bc1d18c60173f8cdb59690d7b parent 2af84a1a11396eb113977a53f8c4608e8a909ee5 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 9 May 2017 10:34:06 +0200 fix make clean target Diffstat:
| M | src/mitm/Makefile.in | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mitm/Makefile.in b/src/mitm/Makefile.in @@ -17,3 +17,5 @@ install: install-data .PHONY: check check: true +clean: + true