From 5ee2e08af955eda454a2d8450de48ab19044900d Mon Sep 17 00:00:00 2001 From: Thompson Lee Date: Fri, 12 Aug 2016 06:48:34 -0400 Subject: [PATCH] Changed Makefile. (Issue #24) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bf9221..3d3176d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ VERSION := $(CITRO3D_MAJOR).$(CITRO3D_MINOR).$(CITRO3D_PATCH) # DATA is a list of directories containing data files # INCLUDES is a list of directories containing header files #--------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) +TARGET := citro3d BUILD := build SOURCES := source \ source/maths