.PHONY: clean clean: rm -rf .flatpak-builder build .PHONY: install install: clean flatpak-builder --user --install build com.sketchymaze.Doodle.json .PHONY: repo repo: clean flatpak-builder --repo=repo build com.sketchymaze.Doodle.json # Run "make bundle" AFTER "make repo" to create the standalone .flatpakref bundle. .PHONY: bundle bundle: repo flatpak build-bundle repo sketchy-maze.flatpak com.sketchymaze.Doodle