diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-02 19:03:46 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-02 19:03:46 +0000 |
commit | c2245b68f593fbb34a697ab4be7bfe7a7d1963f4 (patch) | |
tree | e6b398f3c39d50ee32f54eb68f826f0b0aca2c82 /demos | |
parent | 288370ea264fd81c5837a4b70604dc23636c0fea (diff) | |
download | openssl-new-c2245b68f593fbb34a697ab4be7bfe7a7d1963f4.tar.gz |
Don't confuse matters by using the wrong library.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/maurice/Makefile | 3 |
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 |