]> mj.ucw.cz Git - libucw.git/blob - free/libs/examples/external/Makefile
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.11
[libucw.git] / free / libs / 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