build/: mkdir -p build rsync -aP source/ build/ clean: rm -rf build .PHONY: clean