From c2245b68f593fbb34a697ab4be7bfe7a7d1963f4 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 2 Jan 1999 19:03:46 +0000 Subject: Don't confuse matters by using the wrong library. --- demos/maurice/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos') 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 -- cgit v1.2.3