diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2023-12-30 23:39:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2023-12-30 23:39:37 +0100 |
| commit | 263915832993dd12beee10e204f9ebcc6c786ed2 (patch) | |
| tree | 862e51208a99c35746e574a76564a4532b3a4a49 /CompilerFrontend/cl/makefile | |
Meta: initial commit of WestCo optimized toolchain.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerFrontend/cl/makefile')
| -rw-r--r-- | CompilerFrontend/cl/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CompilerFrontend/cl/makefile b/CompilerFrontend/cl/makefile new file mode 100644 index 0000000..14827ac --- /dev/null +++ b/CompilerFrontend/cl/makefile @@ -0,0 +1,12 @@ + # + # ======================================================== + # + # C++Kit + # Copyright WestCo, all rights reserved. + # + # ======================================================== + # + +.PHONY: mcc-build +mcc-build: + dmd -I../ $(wildcard *.d) -ofmpcc
\ No newline at end of file |
