From 18c11dba6a9309b624c67ec6cf7633fa9bdda17a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 2 Jan 2014 14:04:41 +0100 Subject: add make distclean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e50dfe9..486de93 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,6 @@ install-doc: README.html clean: $(RM) -f README.html nullshell version.h + +distclean: + $(RM) -f README.html nullshell version.h config.h -- cgit v1.2.3-54-g00ecf