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