#!/bin/sh

make -rR V=1 2>&1 "$@" | tee -a zmake.log
