MARC_EXPORT_BIN=./marc_export_custom %.marc: %.id $(MARC_EXPORT_BIN) $(MARC_PARAMS) <$< --output-file $@.tmp 2>&1 | tee $@.log \ && mv $@.tmp $@