mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
x86 for the linear language
This commit is contained in:
parent
4ff1bf9858
commit
64172f66d3
9 changed files with 57 additions and 18 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