aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/Makefile3
1 files changed, 1 insertions, 2 deletions
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