mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 12:52:23 +00:00
Merge pull request #188 from nitkon/Makefile
Makefile: Do not error out on "make clean"
This commit is contained in:
commit
66c1c78ba9
2
Makefile
2
Makefile
@ -63,7 +63,7 @@ snap-xbuild:
|
|||||||
cd $(MK_DIR)/snap-build; ./xbuild.sh -a all
|
cd $(MK_DIR)/snap-build; ./xbuild.sh -a all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm $(SNAPCRAFT_FILE)
|
rm -f $(SNAPCRAFT_FILE)
|
||||||
|
|
||||||
.PHONY: test test-release-tools test-static-build test-packaging-tools snap clean \
|
.PHONY: test test-release-tools test-static-build test-packaging-tools snap clean \
|
||||||
$(VERSION_FILE) $(VERSIONS_YAML_FILE)
|
$(VERSION_FILE) $(VERSIONS_YAML_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user