mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-05 21:48:14 +00:00
Byterun
This commit is contained in:
parent
11203f3a85
commit
fa874b4a4c
11 changed files with 486 additions and 23 deletions
8
byterun/Makefile
Normal file
8
byterun/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all: byterun.o
|
||||
$(CC) -m32 -g -o byterun byterun.o ../runtime/runtime.a
|
||||
|
||||
byterun.o: byterun.c
|
||||
$(CC) -g -fstack-protector-all -m32 -c byterun.c
|
||||
|
||||
clean:
|
||||
$(RM) *.a *.o *~
|
||||
Loading…
Add table
Add a link
Reference in a new issue