summaryrefslogtreecommitdiffhomepage
path: root/Frontend/Compiler/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Frontend/Compiler/makefile')
-rw-r--r--Frontend/Compiler/makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Frontend/Compiler/makefile b/Frontend/Compiler/makefile
new file mode 100644
index 0000000..a2bc3d1
--- /dev/null
+++ b/Frontend/Compiler/makefile
@@ -0,0 +1,13 @@
+ #
+ # ========================================================
+ #
+ # MP-UX C Compiler
+ # Copyright Mahrouss Logic, all rights reserved.
+ #
+ # ========================================================
+ #
+
+# build mpcc
+.PHONY: mpcc-build
+mpcc-build:
+ dmd -I../ $(wildcard *.d) -ofmpcc \ No newline at end of file