mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
7 lines
57 B
Makefile
7 lines
57 B
Makefile
|
|
all:
|
||
|
|
gcc -m32 -c runtime.c
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f runtime.o *~
|
||
|
|
|