shithub: riscv

ref: a07159058d401c665a4e889e9fc8e692740ca6c2
dir: /sys/src/cmd/audio/oggdec/mkfile/

View raw version
</$objtype/mkfile
<../config

TARGET=oggdec

CC=pcc
CFLAGS=-I../libvorbis -I../libogg

%.$O: %.c
	$CC $CFLAGS -c $stem.c

$O.%: %.$O
	$CC -o $target $prereq

all:V: $O.$TARGET

clean:V:
	rm -f *.[$OS] [$OS].$TARGET

install:V: $O.$TARGET
	cp $O.$TARGET $BIN/$TARGET