summaryrefslogtreecommitdiffhomepage
path: root/README
blob: 50836186462b426c2a8529ae4b2f7713946645f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MCC - Mini 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