Commit d664ff49 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove test/ossl_shim/Makefile



This Makefile was temporary. Building ossl_shim has now been integrated into
to the build system.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 5227337a
Loading
Loading
Loading
Loading

test/ossl_shim/Makefile

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
all: ossl_shim

ossl_shim: ../../libssl.a ../../libcrypto.a *.cc
	g++ -g -std=c++11 -I. -Iinclude -I../../include *.cc \
	../../libssl.a ../../libcrypto.a -ldl -lpthread \
	-o ossl_shim

clean:
	rm ossl_shim