Don't confuse matters by using the wrong library.
This commit is contained in:
parent
288370ea26
commit
c2245b68f5
@ -1,6 +1,6 @@
|
|||||||
CC=cc
|
CC=cc
|
||||||
CFLAGS= -g -I../../include
|
CFLAGS= -g -I../../include
|
||||||
LIBS= -L/usr/local/ssl/lib -L../.. -lcrypto
|
LIBS= -L../.. -lcrypto
|
||||||
EXAMPLES=example1 example2 example3 example4
|
EXAMPLES=example1 example2 example3 example4
|
||||||
|
|
||||||
all: $(EXAMPLES)
|
all: $(EXAMPLES)
|
||||||
@ -17,7 +17,6 @@ example3: example3.o
|
|||||||
example4: example4.o
|
example4: example4.o
|
||||||
$(CC) -o example4 example4.o $(LIBS)
|
$(CC) -o example4 example4.o $(LIBS)
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(EXAMPLES) *.o
|
rm -f $(EXAMPLES) *.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user