From a305679a7b9e566962bb14ea165a29e438b5499c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 16 Feb 2003 19:17:36 +0000 Subject: [PATCH] simplifu make clean --- Triangle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Triangle/Makefile b/Triangle/Makefile index b95f9cfd96..16bfecef57 100644 --- a/Triangle/Makefile +++ b/Triangle/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 2003-02-12 01:41:33 geuzaine Exp $ +# $Id: Makefile,v 1.12 2003-02-16 19:17:36 geuzaine Exp $ include ../variables @@ -21,7 +21,7 @@ ${LIB}: ${OBJ} ${CC} ${CFLAGS} -c $< clean: - rm -f *.o triangle showme tricall *.?.poly *.?.node *.?.ele + rm -f *.o depend: (sed '/^# DO NOT DELETE THIS LINE/q' Makefile && \ -- GitLab