MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. tweaks/ok sthen@
7 lines
145 B
Makefile
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
|