lama_byterun/runtime/Makefile

7 lines
57 B
Makefile
Raw Normal View History

2018-03-04 23:13:08 +03:00
all:
gcc -m32 -c runtime.c
clean:
rm -f runtime.o *~