From 796460142133da5360c64faa3e7fa78f40af09b9 Mon Sep 17 00:00:00 2001 From: crownedgrouse Date: Mon, 4 Apr 2016 23:44:02 +0200 Subject: [PATCH] Fix code:priv_dir missing --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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