summaryrefslogtreecommitdiffhomepage
path: root/CompilerFrontend/cl/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-04 11:59:27 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-04 12:00:07 +0100
commit6171a0adfacdc5834f2fc2a9d885ba3ef3cc15d8 (patch)
tree5ee9aaa0c073b7929ff799f81f230cd9e98b453b /CompilerFrontend/cl/makefile
parent4a6ac884b50b7103b41a39800d16ef785e365245 (diff)
tools: working on compiler installer.
mpcc: output .64x for 64x0 assembly. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerFrontend/cl/makefile')
-rw-r--r--CompilerFrontend/cl/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/CompilerFrontend/cl/makefile b/CompilerFrontend/cl/makefile
index e40f46d..fb269a5 100644
--- a/CompilerFrontend/cl/makefile
+++ b/CompilerFrontend/cl/makefile
@@ -1,12 +1,13 @@
#
# ========================================================
#
- # C++Kit
+ # MP-UX C Compiler
# Copyright Western Company, all rights reserved.
#
# ========================================================
#
-.PHONY: mcc-build
-mcc-build:
+# build mpcc
+.PHONY: mpcc-build
+mpcc-build:
dmd -I../ $(wildcard *.d) -ofmpcc \ No newline at end of file