From 3badf76cc8712e8c31b884e684911f065bd59551 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 29 Nov 2011 04:54:54 +0100 Subject: removed duplicate variable --- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index d292b876..e7281e96 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,10 +1,9 @@ -PROJECT:=usdx-tests +TARGET:=usdx-tests TOP:=.. headers:=$(wildcard *.hpp) $(wildcard */*.hpp) sources:=$(wildcard *.cpp) $(wildcard */*.cpp) -TARGET:=$(PROJECT) include ${TOP}/Makefile.inc LDFLAGS+=-lcppunit -- cgit v1.2.3