diff --git a/Makefile b/Makefile index d1c26e8..6f77733 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT = $(notdir $(shell pwd)) ERLC_OPTS = +debug_info +warn_export_all +warn_export_vars +warn_shadow_vars +warn_obsolete_guard -#CT_SUITES = swab -#EDOC_OPTS = {private, true} + +EUNIT_ERL_OPTS = -pa $(shell pwd)/priv -pa $(shell pwd)/ebin include erlang.mk