public
Description: A Rison encoder/decoder written in Erlang
Homepage: http://tfletcher.com/dev/erlang-rison
Clone URL: git://github.com/tim/erlang-rison.git
Clean before compiling.
tim (author)
Tue May 13 03:09:40 -0700 2008
commit  a44608c12be51128d0cae11a152858e5b7180ef0
tree    3a34ae6c4873874ae7ef4c9f6d5b1433c876e1ed
parent  67fbe15312e38533d86e3fa38f70976f4a3cc007
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ EFLAGS=-pa ebin
0
 
0
 all: compile
0
 
0
-compile:
0
+compile: clean
0
   test -d ebin || mkdir ebin
0
   erl $(EFLAGS) -make
0
 

Comments

    No one has commented yet.