shithub: mp3dec

ref: 2856fedf8c917aecfbd935a41462a8646725d5db
dir: /mkfile/

View raw version
</$objtype/mkfile

TARG=mp3dec
CFLAGS=$CFLAGS -p -D__plan9__
BIN=/$objtype/bin/audio

HFILES=\
	minimp3.h\
	minimp3_ex.h\

OFILES=\
	mp3dec.$O\

default:V: all

</sys/src/cmd/mkone