Skip to content

Commit

Permalink
remove changes to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Feb 11, 2013
1 parent ffbd1ff commit 3b06531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -31,7 +31,7 @@ documentation:

clean:
@printf "Cleaning up files that are already in .gitignore... "
#@for pattern in `cat .gitignore`; do find . -name "$$pattern" -delete; done
@for pattern in `cat .gitignore`; do find . -name "$$pattern" -delete; done
@echo "OK!"

withdraw-documentation:
Expand Down

0 comments on commit 3b06531

Please sign in to comment.