summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-01 16:03:27 +0200
committerLoïc Hoguin <[email protected]>2013-05-01 16:39:35 +0200
commit117cb7171106aba8fe7028fbf9ed07a037778bcd (patch)
tree36840b3c95921198672b16c9d32d416829ca26a0 /Makefile
downloadct_helper-117cb7171106aba8fe7028fbf9ed07a037778bcd.tar.gz
ct_helper-117cb7171106aba8fe7028fbf9ed07a037778bcd.tar.bz2
ct_helper-117cb7171106aba8fe7028fbf9ed07a037778bcd.zip
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..00bc6ed
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+# See LICENSE for licensing information.
+
+PROJECT = ct_helper
+
+# Options.
+
+PLT_APPS = crypto public_key
+
+# Standard targets.
+
+include erlang.mk