summaryrefslogtreecommitdiffhomepage
path: root/Private/Frontend/Compiler/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-03-21 20:46:10 +0100
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-03-21 20:46:10 +0100
commitb4963da50dd24d15ed780eee7d01bda4efe486ea (patch)
tree301e42d40e6aefab011330ea2a04d2eb17926aac /Private/Frontend/Compiler/makefile
parentd04e7ec0bf1c5ad02b334ba68e992e85eb7b86ac (diff)
Toolchain: Fixes and improvements for amd64 assembler and assembly preprocessor.
Diffstat (limited to 'Private/Frontend/Compiler/makefile')
-rw-r--r--Private/Frontend/Compiler/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Frontend/Compiler/makefile b/Private/Frontend/Compiler/makefile
index 8a03fd0..47f8429 100644
--- a/Private/Frontend/Compiler/makefile
+++ b/Private/Frontend/Compiler/makefile
@@ -10,4 +10,4 @@
# build mpcc
.PHONY: mpcc-build
mpcc-build:
- ldc2 -I../ $(wildcard *.d) -ofmpcc \ No newline at end of file
+ dmd -I../ $(wildcard *.d) -ofmpcc \ No newline at end of file