lama_byterun/runtime/Makefile
2018-03-04 23:13:08 +03:00

6 lines
57 B
Makefile

all:
gcc -m32 -c runtime.c
clean:
rm -f runtime.o *~