diff --git a/Makefile b/Makefile index 2e898915..18448f75 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ else ifeq ($(PLATFORM),gles) LDFLAGS += -lEGL -lGLESv1_CM endif -NAME = uae4arm +NAME = amiberry RM = rm -f CXX = g++ STRIP = strip