aboutsummaryrefslogtreecommitdiffstats
path: root/nph-png (follow)
AgeCommit message (Expand)AuthorFilesLines
2001-03-01[lcd4linux @ 2001-03-01 15:11:30 by ltoetsch]ltoetsch1-0/+41
8'>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