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

*** empty log message ***

parent 0d376ca7
No related branches found
No related tags found
No related merge requests found
......@@ -709,7 +709,6 @@ if(UNIX)
# find files existing at configuration time)
add_custom_target(purge
COMMAND rm -f `find . -name *~ -o -name *~~`
COMMAND rm -f `find . -name .DS_Store -o -name debug?.pos`
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
add_custom_target(etags
COMMAND etags `find . -name *.cpp -o -name *.h -o -name *.y`
......
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