
build:
	@echo "Copying files from electron"
	@cp -r ../shells/electron/index.js ../shells/electron/index.html ../shells/electron/build ./

.PHONY: build
