From 9cef856478cebe4bfe00e1d39c9e2d49015dd0e4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Jan 2024 21:47:33 +0100 Subject: MP-UX/hCore Assembler for 64x0, Release I. Signed-off-by: Amlal El Mahrouss --- Tools/makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Tools/makefile (limited to 'Tools/makefile') diff --git a/Tools/makefile b/Tools/makefile new file mode 100644 index 0000000..e7e3cc7 --- /dev/null +++ b/Tools/makefile @@ -0,0 +1,13 @@ + # + # ======================================================== + # + # MP-UX Tools + # Copyright Mahrouss Logic, 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