Skip to content
Snippets Groups Projects
Commit bc2f1614 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added verify target, by request from Francesco Chemolli <kinkie@sephiro.cdc.polimi.it>.

Rev: src/modules/ssleay/Makefile.src:1.5
parent 3444eccd
Branches
Tags
No related merge requests found
...@@ -12,6 +12,9 @@ ssleay.a: $(OBJS) ...@@ -12,6 +12,9 @@ ssleay.a: $(OBJS)
-@RANLIB@ ssleay.a -@RANLIB@ ssleay.a
echo >linker_options "@LDFLAGS@ @LIBS@" echo >linker_options "@LDFLAGS@ @LIBS@"
verify:
echo No tests for the ssleay-module.
clean: clean:
-rm -f *.o *.a -rm -f *.o *.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment