diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-03-21 13:55:39 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-03-21 13:55:39 +0100 |
commit | fc91136080140daf6fad6a7213d90c4cc9181aa2 (patch) | |
tree | 7e51be9dca08363f3d74b474fd863499e407fa20 /src/https/Makefile | |
parent | d883acf9749bb2f304570b74509d8399bd91604b (diff) |
Add some skeleton.
Diffstat (limited to 'src/https/Makefile')
-rw-r--r-- | src/https/Makefile | 5 |
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 |