EDITOR = geany clean: # Remove files not in source control find . -type f -name "*.retry" -delete find . -type f -name "*.orig" -delete open_all: ${EDITOR} .gitignore become_user_cfg.yml host_info.yml inventory Makefile README.md shutdown.yml whoami.yml inventory_generation: cp inventory.sample inventory && ${EDITOR} inventory