summaryrefslogtreecommitdiffhomepage
path: root/Tools/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/makefile')
-rw-r--r--Tools/makefile13
1 files changed, 13 insertions, 0 deletions
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