Codebase list ffmpeg2theora / 4682a2f2-feba-4b21-a84e-70def4edd0db/main Makefile
4682a2f2-feba-4b21-a84e-70def4edd0db/main

Tree @4682a2f2-feba-4b21-a84e-70def4edd0db/main (Download .tar.gz)

Makefile @4682a2f2-feba-4b21-a84e-70def4edd0db/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