summaryrefslogtreecommitdiff
path: root/deps/oauth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/oauth/Makefile')
-rw-r--r--deps/oauth/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/oauth/Makefile b/deps/oauth/Makefile
new file mode 100644
index 00000000..f6aedc90
--- /dev/null
+++ b/deps/oauth/Makefile
@@ -0,0 +1,7 @@
+all:
+ @test -d ebin || mkdir ebin
+ @cp src/oauth.app ebin/
+ @erl -make
+
+clean:
+ @rm -rf ebin/* erl_crash.dump