Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #188 from nitkon/Makefile
Browse files Browse the repository at this point in the history
Makefile: Do not error out on "make clean"
  • Loading branch information
Julio Montes authored Sep 21, 2018
2 parents f66ecea + 9575f77 commit 66c1c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ snap-xbuild:
cd $(MK_DIR)/snap-build; ./xbuild.sh -a all

clean:
rm $(SNAPCRAFT_FILE)
rm -f $(SNAPCRAFT_FILE)

.PHONY: test test-release-tools test-static-build test-packaging-tools snap clean \
$(VERSION_FILE) $(VERSIONS_YAML_FILE)

0 comments on commit 66c1c78

Please sign in to comment.