diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |