summaryrefslogtreecommitdiffhomepage
path: root/README
blob: a2a3e094e4ce6a2c1b585c5d61224180b1d63932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MCC - Mini Compiler Collection
==============================

Build
-----

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

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

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