Codebase list ffmpeg2theora / 2b9e7270-c606-444c-a1f9-cc51cab64817/main Makefile
2b9e7270-c606-444c-a1f9-cc51cab64817/main

Tree @2b9e7270-c606-444c-a1f9-cc51cab64817/main (Download .tar.gz)

Makefile @2b9e7270-c606-444c-a1f9-cc51cab64817/mainraw · history · blame

all:
	scons

clean:
	scons -c

install:
	scons install $(PREFIX)

dist:
	git archive --format=tar --prefix=ffmpeg2theora-`./version.sh`/ master | bzip2 >ffmpeg2theora-`./version.sh`.tar.bz2
	ls -lah ffmpeg2theora-`./version.sh`.tar.bz2