
if [ -z "${compilerflags}" ]; then
	compilerflags='-g -fsanitize=address,undefined'
fi
compilerflags="${compilerflags}" linkerflags=' ' make $@
