aboutsummaryrefslogtreecommitdiffstats
path: root/util/dst-utils/Makefile
blob: f705c3fdb680184bcf0d5225874177f56f742b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for linuxtv.org dvb-apps/util/dst-utils

binaries = dst_test

inst_bin = $(binaries)

CPPFLAGS += -I../../lib

.PHONY: all

all: $(binaries)

include ../../Make.rules