diff options
Diffstat (limited to 'CompilerTools/makefile')
| -rw-r--r-- | CompilerTools/makefile | 13 |
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 |
