mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
8 lines
93 B
Makefile
Executable File
8 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
|