]> mj.ucw.cz Git - libucw.git/blob - examples/external/Makefile
Strings: Converted to size_t.
[libucw.git] / examples / external / Makefile
1 # Example Makefile for a stand-alone program using libucw
2
3 CFLAGS:=$(shell pkg-config --cflags libucw)
4 LDLIBS:=$(shell pkg-config --libs libucw)
5
6 all: test
7
8 test: test.c