aboutsummaryrefslogtreecommitdiffstats
path: root/checks/nist_tests/Makefile
blob: 19f8a462d1b10bc883a6f4af5a5c459ece652641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

BOTAN_CONFIG=../../build/botan-config-1.11

CC=g++-4.7.0 -std=c++11
FLAGS=-g -Os -W -Wall
LDFLAGS=-L../.. -lbotan-1.11
CFLAGS=-I../../build/include

x509test: x509test.cpp
	$(CC) $(FLAGS) $(CFLAGS) x509test.cpp $(LDFLAGS) -o x509test

clean:
	rm -f x509test