From 89b37c74888569db1a9976f035a19bbbc95ebf52 Mon Sep 17 00:00:00 2001 From: crownedgrouse Date: Sun, 7 Sep 2014 22:49:57 +0200 Subject: [PATCH] Fix PROJECT variable for dependencie use. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba6f203..a4cb9c7 100644 --- a/Makefile +++ b/Makefile @@ -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}