We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b995b45 commit 712f8eaCopy full SHA for 712f8ea
Makefile
@@ -1,5 +1,5 @@
1
-LIBDIR=`erl -eval 'io:format("~s~n", [code:lib_dir()])' -s init stop -noshell`
2
-VERSION=3
+LIBDIR=$(shell erl -eval 'io:format("~s~n", [code:lib_dir()])' -s init stop -noshell)
+VERSION=4
3
PKGNAME=erlang_mysql
4
5
all: app
@@ -27,4 +27,4 @@ test: all
27
28
cover: all
29
COVER=1 prove t/*.t
30
- erl -detached -noshell -eval 'etap_report:create()' -s init stop
+ erl -detached -noshell -eval 'etap_report:create()' -s init stop
0 commit comments