mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
7 lines
93 B
Makefile
Executable file
7 lines
93 B
Makefile
Executable file
all: v2i i2v
|
|
|
|
v2i: v2i.o
|
|
$(CC) v2i.o -limage -o v2i
|
|
|
|
i2v: i2v.o
|
|
$(CC) i2v.o -limage -o i2v
|