.POSIX:

.PHONY: all
all:

# Remove `.gitignore`d files interactively.
.PHONY: clean
clean:
	git clean -Xi
