aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bootstrap.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-19 12:21:35 +0100
committerLoïc Hoguin <[email protected]>2016-03-19 12:21:35 +0100
commit93ea0c34333d558102572d9a4d8bbec50abca329 (patch)
treea5f344f72b39427b795b3f39c9d53079a01c3f7b /plugins/bootstrap.mk
parent2cb63605478761b73484d77f5ce18a9c1469266b (diff)
parent8723c2cadaa638db84a8b3c97ded2157cfe6c44e (diff)
downloaderlang.mk-93ea0c34333d558102572d9a4d8bbec50abca329.tar.gz
erlang.mk-93ea0c34333d558102572d9a4d8bbec50abca329.tar.bz2
erlang.mk-93ea0c34333d558102572d9a4d8bbec50abca329.zip
Merge branch 'add_tpl_empty' of https://github.com/ingwinlu/erlang.mk
Diffstat (limited to 'plugins/bootstrap.mk')
-rw-r--r--plugins/bootstrap.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index 339ef27..d608d28 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -172,6 +172,11 @@ code_change(_OldVsn, State, _Extra) ->
{ok, State}.
endef
+define tpl_module
+-module($(n)).
+-export([]).
+endef
+
define tpl_cowboy_http
-module($(n)).
-behaviour(cowboy_http_handler).