mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
crap code
This commit is contained in:
parent
b22daf080d
commit
3fdc3e7f2a
16 changed files with 7066 additions and 248 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FLAGS=-m32 -g2 -fstack-protector-all
|
||||
# FLAGS=-m32 -g2 -fstack-protector-all
|
||||
FLAGS=-g2 -fstack-protector-all
|
||||
|
||||
all: byterun.o
|
||||
$(CC) $(FLAGS) -o byterun byterun.o ../runtime/runtime.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue