diff --git a/Makefile b/Makefile index f30b2d1..7f3a42f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ PROJECT = aihtml PROJECT_DESCRIPTION = html tool for productions from ailink.io -PROJECT_VERSION = 0.2.3 +PROJECT_VERSION = 0.2.4 ERLC_OPTS = -Werror +debug_info +warn_export_vars +warn_shadow_vars +warn_obsolete_guard DEPS = ailib -dep_ailib = git https://github.com/DavidAlphaFox/ailib.git tag-0.3.0 +dep_ailib = git https://github.com/DavidAlphaFox/ailib.git tag-0.3.6 include erlang.mk