lama_byterun/lama-compiler/runtime/Makefile

7 lines
89 B
Makefile

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