summaryrefslogtreecommitdiffhomepage
path: root/README
blob: 4009a62658bb3102d8768e8cb951bd84f9435cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MiniCC - Minimal Incomplete Intel Compiler Collection
=====================================================

Build
-----

make clean        - Clean all
make              - Build all
make systemtest   - Run all system tests

Run
---

./mcc <Arguments>


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

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