#!/bin/bash

docker run --rm -v `pwd`:`pwd` -w `pwd` cmcureau/tms9900-gcc make -j12 $1
