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

nitpick
parent 8e94d8d7
No related branches found
No related tags found
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: purge:
$(RM) $(RMFLAGS) *~ rm -f *~
# $Id: Makefile,v 1.3 2001-10-29 16:08:05 geuzaine Exp $ # $Id: Makefile,v 1.4 2003-02-11 09:31:40 geuzaine Exp $
RM = rm
RMFLAGS = -f
dvi: dvi:
texi2dvi gmsh.texi texi2dvi gmsh.texi
...@@ -34,9 +31,7 @@ install: ...@@ -34,9 +31,7 @@ install:
install-info gmsh.info /usr/local/info/dir install-info gmsh.info /usr/local/info/dir
clean: clean:
$(RM) $(RMFLAGS) *.cp* *.fn* *.ky* *.pg* *.tp* *.vr* *.mv* \ rm -f *.cp* *.fn* *.ky* *.pg* *.tp* *.vr* *.mv* *.log *.toc\
*.log *.toc *.aux \ *.aux *.dvi *.ps gmsh.pdf *.info* gmsh-info.tgz*
*.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