0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Demo/sgi/video/Makefile
1992-02-11 14:50:54 +00:00

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