AWK?=awk

all:
	cc -E -P _mkerrcodes.h | grep GPG_ERR_ | ${AWK} -f ./mkerrcodes.awk > /dev/null
