diff --git a/Makefile b/Makefile index 75eb747..709aaeb 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 := mocha +TARGET := nanddumper BUILD := build BUILD_DBG := $(TARGET)_dbg SOURCES := src \