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

@ -2,7 +2,7 @@
OCAMLC=${OCAMLC:-/usr/bin/ocamlc}
DIR=`cd $(dirname "$0"); pwd`
QBE=$DIR/../src/qbe
QBE=$DIR/../obj/qbe
failure() {
echo "Failure at stage:" $1 >&2