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

pretty print
parent 64f324ba
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.263 2003-02-20 17:09:32 geuzaine Exp $ # $Id: Makefile,v 1.264 2003-02-20 17:52:38 geuzaine Exp $
include variables include variables
...@@ -69,9 +69,7 @@ purge: ...@@ -69,9 +69,7 @@ purge:
done done
clean: clean:
for i in doc lib ${GMSH_DIRS}; \ for i in doc lib ${GMSH_DIRS}; do (cd $$i && ${MAKE} clean); done
do (cd $$i && ${MAKE} clean); \
done
rm -f ${GMSH_VERSION_FILE} rm -f ${GMSH_VERSION_FILE}
depend: depend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment