From 13032c1fe703dab1a3d00aad6ee92f767e67f07c Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 17 Jan 2010 21:57:15 +0100 Subject: [PATCH] Delete md5sums with make dist-clean --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 5ff1fb1..e4e2fc0 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ clean: rm -f ${ALL} dist-clean: - rm -f ${ALL} *~ data/*~ *.man + rm -f ${ALL} *~ data/*~ *.man md5sums dist: rm -f fairymax.tar fairymax.tar.gz -- 1.7.0.4