aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--test/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9715ed39..36d2329e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,9 @@
-PROJECT:=usdx
+TARGET:=usdx
TOP:=.
headers:=$(wildcard ${TOP}/src/*.hpp)
sources:=$(wildcard ${TOP}/src/*.cpp)
-TARGET:=$(PROJECT)
include ${TOP}/Makefile.inc
##############################################################################
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