shithub: aacenc

ref: 695a501740c4271dce621bff17cc64dec8a480df
dir: /Makefile/

View raw version
all:
	make -C libfaac
	make -C frontend

install:
	make -C libfaac $@
	make -C frontend $@

uninstall:
	make -C libfaac $@
	make -C frontend $@

clean:
	make -C libfaac $@
	make -C frontend $@