MiniCC - Minimal Incomplete Intel Compiler Collection
=====================================================

Build
-----

make clean        - Clean all
make              - Build all
make systemtest   - Run all system tests
make unittest     - Run all unit tests
make test         - Run all tests


Run
---

./mcc <Arguments>


Directories
-----------

tests/      : Unit tests
systemtest/ : System tests with dejagnu