new layout, put LICENSE in root

This commit is contained in:
Quentin Carbonneaux 2016-03-28 12:53:53 -04:00
parent 1b4943eb1f
commit b75cb8388f
26 changed files with 58 additions and 82 deletions

View file

@ -29,7 +29,7 @@ fi
../minic/minic < $file > /tmp/minic.ssa &&
../src/qbe < /tmp/minic.ssa > /tmp/minic.s &&
../obj/qbe < /tmp/minic.ssa > /tmp/minic.s &&
cc $flags /tmp/minic.s
if test $? -ne 0