How can I have targets that append values to variables? Doing as follows produces error on hopc.
.PHONY: trlfn ndf trlfn: hopc += --transliterate-file-names ndf: hopc += --node-files What I want is that calling make -f myfile.mk trlfn will append --transliterate-file-names to hopc
