x86 for the linear language

This commit is contained in:
Dmitry Boulytchev 2018-03-04 23:13:08 +03:00
parent 4ff1bf9858
commit 64172f66d3
9 changed files with 57 additions and 18 deletions

View file

@ -4,6 +4,7 @@ SHELL := /bin/bash
all:
pushd src && make && popd
pushd runtime && make && popd
install: ;
@ -12,5 +13,6 @@ regression:
clean:
pushd src && make clean && popd
pushd runtime && make clean && popd
pushd regression && make clean && popd