aboutsummaryrefslogtreecommitdiffstats
path: root/debian/additions/examples/c/debian.Makefile
blob: a5e28bd94e2920ee7f6d2e66cd9fdb8070a717fc (plain)
1
2
3
4
5
all: example1 example2 example3

LOADLIBES += $(shell pkg-config libconfig --libs)
CFLAGS += -Wall
CFLAGS += -O2