#!/bin/bash

export CC='clang -fsanitize=address'
make -ef Makefile.no-autoconfig "$@"
