diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-02-21 17:58:24 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-02-21 17:59:10 -0600 |
commit | 410b98e0d496c79e2ae6fa03685da187df0c4d7c (patch) | |
tree | 2b19741aab4ec9ef94b38ac491a6661c3cdbd22d | |
parent | 8988c9ff6c09da0e2e2e3b7285720e7dfe712730 (diff) |
makefile template fix
-rw-r--r-- | priv/templates/Makefile.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/Makefile.dtl b/priv/templates/Makefile.dtl index 88357d1..e168f6c 100644 --- a/priv/templates/Makefile.dtl +++ b/priv/templates/Makefile.dtl @@ -1,4 +1,4 @@ -# Based on c_src.mk from erlang.mk by Loïc Hoguin <essen@ninenines.eu> +# Based on c_src.mk from erlang.mk by Loic Hoguin <essen@ninenines.eu> CURDIR := $(shell pwd) BASEDIR := $(abspath $(CURDIR)/..) |