changeset 2000:b461e5ff3d1f

Added clean target
author boisy
date Thu, 23 Feb 2006 13:19:32 +0000
parents 0a302a23acaa
children 2c1e51dea8d5
files 3rdparty/packages/ed/makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/ed/makefile	Thu Feb 23 02:28:30 2006 +0000
+++ b/3rdparty/packages/ed/makefile	Thu Feb 23 13:19:32 2006 +0000
@@ -9,3 +9,6 @@
 	optpat.r set.r setbuf.r subst.r unmkpat.r
 
 ed: $(RFILES)
+
+clean:
+	$(RM) $(RFILES)