closurecompiler=@compiler() { cp "$$1" "$${1%.js}.min.js"; echo "compiler $$*"; }; compiler %.min.js: %.js $(closurecompiler) '$<' .gitignore: FORCE for file in $(gitignore) $(targets); do echo $$file; done | sort > $@ clean: PHONY distclean-hook: clean distclean: clean distclean-hook rm -f $(targets) FORCE: PHONY PHONY: .PHONY: PHONY .SECONDARY: