From 5ecd32cb842defe38e14dcaeb0caa2d98356a0bb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 May 2024 11:22:55 +0200 Subject: Factored out Builder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63816fc..5ca10a0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECTNAME=xmake -SRC=main.cpp xmake.cpp +SRC=main.cpp xmake.cpp builder.cpp OBJ=$(SRC:.cpp=.o) -- cgit v1.2.3