CPPFLAGS=-I/usr/include/botan-2 -g
LDFLAGS=-lbotan-2

sp800_108: sp800_108.cpp
	g++ -o $@ $^ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)

