lama_byterun/runtime/Makefile

7 lines
57 B
Makefile
Raw Normal View History

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