version 0.3 v0.3
authorMart Lubbers <mart@martlubbers.net>
Wed, 27 Jan 2016 20:38:30 +0000 (21:38 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 27 Jan 2016 20:38:30 +0000 (21:38 +0100)
Makefile
README.md

index bf8fbe7..e3cfbd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-SHELL:=/bin/bash
 CLM:=clm
 CLMFLAGS:=-nt -l -lreadline
 LIBRARYDIR:=Clean\ System\ Files
index 9e217eb..9a5e329 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ make
 ```
 
 When you want to use the library in your program you should compile with the
-`-l /usr/lib/libreadline.so` linker flag
+`-l -lreadline` linker flag
 
 All functions try to resemble the original
 [readline](http://cnswww.cns.cwru.edu/php/chet/readline/readline.html) and