Skip to content

Commit

Permalink
Fix code:priv_dir missing
Browse files Browse the repository at this point in the history
  • Loading branch information
crownedgrouse committed Apr 4, 2016
1 parent 76abdbb commit 7964601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7964601

Please sign in to comment.