diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-04 19:52:13 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-04 19:52:13 +0200 |
commit | ed8bb6d1e454b9ddc793f74f682bd80b1c728904 (patch) | |
tree | ae81a24c1e7bbafd0a169ef94d8fada9d9403408 /src/https | |
parent | 68f6bdf0f88322867b35a6ae35a0c4c3ea641884 (diff) |
Get going, first cut.
add-chain looks like it might work properly. Not verified!
Diffstat (limited to 'src/https')
-rw-r--r-- | src/https/Makefile | 5 | ||||
-rw-r--r-- | src/https/https_server.erl | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/https/Makefile b/src/https/Makefile deleted file mode 100644 index ac3b57b..0000000 --- a/src/https/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -MODULES = https_server - -all: $(MODULES:%=%.beam) - -include ../Makefile.inc diff --git a/src/https/https_server.erl b/src/https/https_server.erl deleted file mode 100644 index a62a02f..0000000 --- a/src/https/https_server.erl +++ /dev/null @@ -1,5 +0,0 @@ --module(https_server). --export([start/0]). - -start() -> - io:format("Starting https server~n"). |