Skip to content
Snippets Groups Projects
Commit 12099389 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

nitpick
parent 8e94d8d7
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.2 2000-11-25 15:26:12 geuzaine Exp $
# $Id: Makefile,v 1.3 2003-02-11 09:31:40 geuzaine Exp $
purge:
$(RM) $(RMFLAGS) *~
rm -f *~
# $Id: Makefile,v 1.3 2001-10-29 16:08:05 geuzaine Exp $
RM = rm
RMFLAGS = -f
# $Id: Makefile,v 1.4 2003-02-11 09:31:40 geuzaine Exp $
dvi:
texi2dvi gmsh.texi
......@@ -34,9 +31,7 @@ install:
install-info gmsh.info /usr/local/info/dir
clean:
$(RM) $(RMFLAGS) *.cp* *.fn* *.ky* *.pg* *.tp* *.vr* *.mv* \
*.log *.toc *.aux \
*.dvi *.ps gmsh.pdf \
*.info* gmsh-info.tgz*
rm -f *.cp* *.fn* *.ky* *.pg* *.tp* *.vr* *.mv* *.log *.toc\
*.aux *.dvi *.ps gmsh.pdf *.info* gmsh-info.tgz*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment