Fix elf name

This commit is contained in:
rw-r-r_0644 2016-10-05 16:04:36 +02:00
parent 8d66b18495
commit 4f40d9410d

View File

@ -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 \