#!/bin/bash

set -ex

find . -iname Makefile  -exec sed -i -e 's/CC=gcc/CC=clang/g' {} \;
