Skip to content

Add '-f ' to 'rm' in 'clean' target. #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2014
Merged

Add '-f ' to 'rm' in 'clean' target. #11

merged 1 commit into from
Jul 28, 2014

Conversation

yallop
Copy link
Contributor

@yallop yallop commented Jul 24, 2014

A tweak to the makefile to avoid this:

$ make clean
ocamlbuild -clean
rm *~
rm: cannot remove ‘*~’: No such file or directory
makefile:19: recipe for target 'clean' failed
make: [clean] Error 1 (ignored)
rm *.json
rm: cannot remove ‘*.json’: No such file or directory
makefile:19: recipe for target 'clean' failed
make: [clean] Error 1 (ignored)

andrewray added a commit that referenced this pull request Jul 28, 2014
Add '-f ' to 'rm' in 'clean' target.
@andrewray andrewray merged commit 13d2596 into andrewray:master Jul 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants