From 4f40d9410d9a5ccc47584bfdf3d0462e3c96109a Mon Sep 17 00:00:00 2001 From: rw-r-r_0644 Date: Wed, 5 Oct 2016 16:04:36 +0200 Subject: [PATCH] Fix elf name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 149acec..3551552 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ export OBJCOPY := $(PREFIX)objcopy # SOURCES is a list of directories containing source code # INCLUDES is a list of directories containing extra header files #--------------------------------------------------------------------------------- -TARGET := gx2_template +TARGET := flappy_bird BUILD := build BUILD_DBG := $(TARGET)_dbg SOURCES := src \