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

binaries = dib3000-watch

inst_bin = $(binaries)

LDLIBS += -lm

.PHONY: all

all: $(binaries)

include ../../Make.rules