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