]> mj.ucw.cz Git - libucw.git/blob - Makefile
0cb26a12c2218c7c0099db744dbfb2875f7d2f0f
[libucw.git] / 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