aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-02 19:03:46 +0000
committerBen Laurie <ben@openssl.org>1999-01-02 19:03:46 +0000
commitc2245b68f593fbb34a697ab4be7bfe7a7d1963f4 (patch)
treee6b398f3c39d50ee32f54eb68f826f0b0aca2c82 /demos
parent288370ea264fd81c5837a4b70604dc23636c0fea (diff)
downloadopenssl-c2245b68f593fbb34a697ab4be7bfe7a7d1963f4.tar.gz
Don't confuse matters by using the wrong library.
Diffstat (limited to 'demos')
-rw-r--r--demos/maurice/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/maurice/Makefile b/demos/maurice/Makefile
index fa67dcca81..c05039850a 100644
--- a/demos/maurice/Makefile
+++ b/demos/maurice/Makefile
@@ -1,6 +1,6 @@
CC=cc
CFLAGS= -g -I../../include
-LIBS= -L/usr/local/ssl/lib -L../.. -lcrypto
+LIBS= -L../.. -lcrypto
EXAMPLES=example1 example2 example3 example4
all: $(EXAMPLES)
@@ -17,7 +17,6 @@ example3: example3.o
example4: example4.o
$(CC) -o example4 example4.o $(LIBS)
-
clean:
rm -f $(EXAMPLES) *.o