diff options
Diffstat (limited to 'Private/Frontend/Compiler/makefile')
| -rw-r--r-- | Private/Frontend/Compiler/makefile | 2 |
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 |
