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

CC=g++
FLAGS=-g -Os -W -Wall -ansi
LDFLAGS=-L../.. -lbotan-1.9
CFLAGS=-I../../build/include

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

clean:
	rm -f x509test