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
6
runtime/Makefile
Normal file
6
runtime/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
gcc -m32 -c runtime.c
|
||||
|
||||
clean:
|
||||
rm -f runtime.o *~
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue