From 011e64f5134b32269a9ea56824c884bbd4a58369 Mon Sep 17 00:00:00 2001 From: Eloy Romero Date: Thu, 22 Sep 2016 11:43:54 -0400 Subject: [PATCH] Fixed comments in makefile. --- makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/makefile b/makefile index d9eb6d0d..3f587d53 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,9 @@ #----------------------------------------------------------------- # make -# lib makes the libprimme.a library (both double and complex) -# libd makes the libdprimme.a library (only double) -# libz makes the libzprimme.a library (only complex) -# clean removes all .o a.out and core files -# test build and execute a simple example +# lib makes the libprimme.a library +# solib makes the libprimme.so library +# clean removes all *.o files +# test build and execute simple examples #----------------------------------------------------------------- include Make_flags