From 8dda25e1df4ef00876c710fa8410b753581b896b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 3 Mar 2003 23:03:14 +0000 Subject: [PATCH] cleanup --- bin/Makefile | 7 +++---- lib/Makefile | 8 ++------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 50b1eb6c5d..9e96ae2fd2 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,4 @@ -# $Id: Makefile,v 1.1 2001-01-24 08:27:30 geuzaine Exp $ - -RM = rm -RMFLAGS = -f +# $Id: Makefile,v 1.2 2003-03-03 23:03:14 geuzaine Exp $ +default: + true diff --git a/lib/Makefile b/lib/Makefile index 63144f4277..c811dc9e6d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,5 @@ -# $Id: Makefile,v 1.3 2000-11-25 15:26:12 geuzaine Exp $ - -RM = rm -RMFLAGS = -f - +# $Id: Makefile,v 1.4 2003-03-03 23:03:14 geuzaine Exp $ clean: - $(RM) $(RMFLAGS) *.a + rm -f *.a -- GitLab