Skip to content

Commit

Permalink
Fixed comments in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
eromero-vlc committed Sep 22, 2016
1 parent be06486 commit 011e64f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 011e64f

Please sign in to comment.