From 6669794434cb9f472aafce126162b9b81389df5f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 May 2024 12:24:13 +0200 Subject: Rename to ymake --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ca10a0..c24af4d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -PROJECTNAME=xmake +PROJECTNAME=ymake -SRC=main.cpp xmake.cpp builder.cpp +SRC=main.cpp ymake.cpp builder.cpp OBJ=$(SRC:.cpp=.o) -- cgit v1.2.3