# Dummy makefile for subdirectory in vpath. Actual make is under control of parent directory.

DONT_BUILD_DEPS := TRUE
include ../../../../Makefile.tsduck
.PHONY: default
default:
	@true
