naddy 7add94db65 Import the CLI version of MediaInfo 0.7.69:
MediaInfo is a convenient unified display of the most relevant technical
and tag data for video and audio files.

tweaks/ok sthen@
2014-06-13 20:48:58 +00:00

7 lines
145 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/06/13 20:48:58 naddy Exp $
all install:
@for d in ${SUBDIRS}; do \
(cd $$d; ${MAKE} $@) || exit; \
done