mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-26 16:48:46 +00:00
Added X86 codegeneration interface and tests
This commit is contained in:
parent
77ec064c5c
commit
de018e76aa
12 changed files with 320 additions and 34 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue