Fixed/cleaned up require paths in make support scripts.

This commit is contained in:
Greg Williams
2015-04-07 19:55:16 -04:00
parent a86c281824
commit 89724069fb
6 changed files with 7 additions and 22 deletions
-2
View File
@@ -2,8 +2,6 @@ CC ?= gcc
BUILD_DIR ?= ./build
SRC_DIR ?= ./src
TEST_DIR ?= ./test
#UNITY_DIR ?= ../../vendor/cmock/vendor/unity
#CMOCK_DIR ?= ../..
TEST_BUILD_DIR ?= ${BUILD_DIR}/test
TEST_MAKEFILE = ${TEST_BUILD_DIR}/MakefileTestSupport
OBJ ?= ${BUILD_DIR}/obj