summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-03 11:22:55 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-03 11:22:55 +0200
commit5ecd32cb842defe38e14dcaeb0caa2d98356a0bb (patch)
tree36d394c727b98f0d14553eaf54cb63dfc1e4dedc /Makefile
parentcb2b1059904124b8122ebe490fb504c62189d153 (diff)
Factored out Builder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)