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