summaryrefslogtreecommitdiff
path: root/src/https/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-03-21 13:55:39 +0100
committerLinus Nordberg <linus@nordberg.se>2014-03-21 13:55:39 +0100
commitfc91136080140daf6fad6a7213d90c4cc9181aa2 (patch)
tree7e51be9dca08363f3d74b474fd863499e407fa20 /src/https/Makefile
parentd883acf9749bb2f304570b74509d8399bd91604b (diff)
Add some skeleton.
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