aboutsummaryrefslogtreecommitdiffstats
path: root/tests/nist_tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nist_tests/Makefile')
-rw-r--r--tests/nist_tests/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/nist_tests/Makefile b/tests/nist_tests/Makefile
deleted file mode 100644
index 19f8a462d..000000000
--- a/tests/nist_tests/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-
-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