Skip to content

Commit

Permalink
- don't fail when cleaning twice
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed May 30, 2015
1 parent c358931 commit b017072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ all: $(xpi_file)
# This cleans all temporary files and directories created by 'make'.
.PHONY: clean
clean:
@rm -f $(xpi_file)
@rmdir $(bin_dir)
@rm -rf $(bin_dir)
@echo "Cleanup is done."

# The sources for the XPI file.
Expand Down

0 comments on commit b017072

Please sign in to comment.