#!/bin/bash

for x in $*
do
    g++ -Wall --std=c++0x -c *.cc
done
