repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clarify portability and main program.
[python/dscho.git]
/
Demo
/
sgi
/
video
/
Makefile
blob
266ea52587ceabe03bddf157fe8a28ea35b6c3cf
1
all
:
v2i i2v
2
3
v2i
:
v2i.o
4
$(
CC
)
v2i.o
-
limage
-
o v2i
5
6
i2v
:
i2v.o
7
$(
CC
)
i2v.o
-
limage
-
o i2v