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)
Sun May 04 03:53:16 -0700 2008
commit  4c218a12a59888842b301253831935f2c5341833
tree    68e1ddd29f0b0aac758b0a4dbf18f7736556f5e3
parent  6a27bffcfe94f2811b239b6b76d7d1c9673bdc99
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