From 45983abe664be648b513202c8c12578c9a85784f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 May 2024 21:03:06 +0200 Subject: Parallel build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c24af4d..c0a8132 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECTNAME=ymake -SRC=main.cpp ymake.cpp builder.cpp +SRC=main.cpp ymake.cpp Builder.cpp ProcessRunner.cpp OBJ=$(SRC:.cpp=.o) -- cgit v1.2.3