bundle:
	@rm -rf ./bundle
	-cargo deb
	-cargo generate-rpm
	-mkdir bundle
	-cp target/debian/*.deb bundle/
	-cp target/generate-rpm/*.rpm bundle
