diff options
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"). |