diff options
Diffstat (limited to '')
-rw-r--r-- | test/Makefile | 3 |
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 |