Codebase list ffmpeg2theora / 913ec370-c00c-48a8-b93c-60c713cf4eb3/main Makefile
913ec370-c00c-48a8-b93c-60c713cf4eb3/main

Tree @913ec370-c00c-48a8-b93c-60c713cf4eb3/main (Download .tar.gz)

Makefile @913ec370-c00c-48a8-b93c-60c713cf4eb3/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