aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9d8a30f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,18 @@
+# See LICENSE for licensing information.
+
+PROJECT = gun
+
+# Options.
+
+CT_SUITES = twitter
+PLT_APPS = ssl
+
+# Dependencies.
+
+DEPS = cowlib ranch
+dep_cowlib = pkg://cowlib master
+dep_ranch = pkg://ranch master
+
+# Standard targets.
+
+include erlang.mk