diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-03 11:22:55 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-03 11:22:55 +0200 |
commit | 5ecd32cb842defe38e14dcaeb0caa2d98356a0bb (patch) | |
tree | 36d394c727b98f0d14553eaf54cb63dfc1e4dedc /Makefile | |
parent | cb2b1059904124b8122ebe490fb504c62189d153 (diff) |
Factored out Builder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PROJECTNAME=xmake -SRC=main.cpp xmake.cpp +SRC=main.cpp xmake.cpp builder.cpp OBJ=$(SRC:.cpp=.o) |