summaryrefslogtreecommitdiff
path: root/src/https/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/https/Makefile')
-rw-r--r--src/https/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/https/Makefile b/src/https/Makefile
new file mode 100644
index 0000000..ac3b57b
--- /dev/null
+++ b/src/https/Makefile
@@ -0,0 +1,5 @@
+MODULES = https_server
+
+all: $(MODULES:%=%.beam)
+
+include ../Makefile.inc