public
Description: An Erlang client library for beanstalkd
Homepage: http://tfletcher.com/dev/erlang-beanstalk
Clone URL: git://github.com/tim/erlang-beanstalk.git
tim (author)
Wed May 14 11:47:11 -0700 2008
commit  22419f01e0d8b19c74825c932d495baa501ab821
tree    98453dacf07007afd04acbe55ad6aeeae8be3dd9
parent  4c218a12a59888842b301253831935f2c5341833
erlang-beanstalk / Makefile
100644 11 lines (7 sloc) 0.109 kb
1
2
3
4
5
6
7
8
9
10
11
SHELL=/bin/sh
 
EFLAGS=-pa ebin
 
ebins:
  test -d ebin || mkdir ebin
  erl $(EFLAGS) -make
 
clean:
  rm -rf ebin