lama_byterun/runtime/Makefile
2018-03-07 10:18:30 +03:00

6 lines
57 B
Makefile

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