Staging
v0.8.1
Raw File
TEST_PROGS := media_device_test
all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr media_device_test
back to top