diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,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 |