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

pretty print
parent 64f324ba
No related branches found
No related tags found
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
......@@ -69,9 +69,7 @@ purge:
done
clean:
for i in doc lib ${GMSH_DIRS}; \
do (cd $$i && ${MAKE} clean); \
done
for i in doc lib ${GMSH_DIRS}; do (cd $$i && ${MAKE} clean); done
rm -f ${GMSH_VERSION_FILE}
depend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment