tim / erlang-oauth

An Erlang OAuth implementation

This URL has Read+Write access

erlang-oauth / Makefile
100644 8 lines (6 sloc) 0.11 kb
1
2
3
4
5
6
7
8
all:
@test -d ebin || mkdir ebin
@cp src/oauth.app ebin/
@erl -make
 
clean:
@rm -rf ebin/* erl_crash.dump