public
Description: An Erlang client library for beanstalkd
Homepage: http://tfletcher.com/dev/erlang-beanstalk
Clone URL: git://github.com/tim/erlang-beanstalk.git
commit  f479ebbfd2bb68950a5e03f756726c94700607f2
tree    d6005ad31f7360c3dbdaa01dbf59bcd42ae6c741
parent  88b25b134fe3178209246fb47cdd007656306c46
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