Skip to content

Commit

Permalink
Fix PROJECT variable for dependencie use.
Browse files Browse the repository at this point in the history
  • Loading branch information
crownedgrouse committed Sep 7, 2014
1 parent ea0ce62 commit 89b37c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT = $(notdir $(PWD))
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}
Expand Down

0 comments on commit 89b37c7

Please sign in to comment.