Skip to content

Commit

Permalink
add Makefiles to cleanspaces target
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 13, 2012
1 parent 89cd9e4 commit 3345e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -239,6 +239,7 @@ clean:
cleanspaces:
find sw -path sw/ext -prune -o -name '*.[ch]' -exec sed -i {} -e 's/[ \t]*$$//' \;
find conf -name '*.makefile' -exec sed -i {} -e 's/[ \t]*$$//' ';'
find . -path ./sw/ext -prune -o -name Makefile -exec sed -i {} -e 's/[ \t]*$$//' ';'
find sw -name '*.ml' -o -name '*.mli' -exec sed -i {} -e 's/[ \t]*$$//' ';'
find conf -name '*.xml' -exec sed -i {} -e 's/[ \t]*$$//' ';'

Expand Down

0 comments on commit 3345e0e

Please sign in to comment.