Merge pull request #188 from nitkon/Makefile

Makefile: Do not error out on "make clean"
This commit is contained in:
Julio Montes 2018-09-21 08:03:10 -05:00 committed by GitHub
commit 66c1c78ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)