From 6171a0adfacdc5834f2fc2a9d885ba3ef3cc15d8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Jan 2024 11:59:27 +0100 Subject: tools: working on compiler installer. mpcc: output .64x for 64x0 assembly. Signed-off-by: Amlal El Mahrouss --- CompilerTools/makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CompilerTools/makefile (limited to 'CompilerTools/makefile') diff --git a/CompilerTools/makefile b/CompilerTools/makefile new file mode 100644 index 0000000..b3a1aef --- /dev/null +++ b/CompilerTools/makefile @@ -0,0 +1,13 @@ + # + # ======================================================== + # + # MP-UX Tools + # Copyright Western Company, all rights reserved. + # + # ======================================================== + # + +# build mpcc +.PHONY: build-installer +build-installer: + dmd -I../ install.d -ofinstall.out \ No newline at end of file -- cgit v1.2.3