summaryrefslogtreecommitdiffstats
path: root/util/dib3000-watch/Makefile
blob: 2961905d5b521f2976e32d5d725039475f58e007 (plain)
1
2
3
4
5
6
7
8
9
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { c
# Makefile for linuxtv.org dvb-apps/util/dib3000-watch

binaries = dib3000-watch

inst_bin = $(binaries)

LDLIBS += -lm

.PHONY: all

all: $(binaries)

include ../../Make.rules