blob: 11d65bd82e4be30d034bb9cb9a1d452c62d65f9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Makefile for linuxtv.org dvb-apps/test/libucsi
binaries = testesg
CPPFLAGS += -I../../lib
LDLIBS += ../../lib/libesg/libesg.a
.PHONY: all
all: $(binaries)
include ../../Make.rules
|