diff options
Diffstat (limited to 'CompilerFrontend/cl/makefile')
| -rw-r--r-- | CompilerFrontend/cl/makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CompilerFrontend/cl/makefile b/CompilerFrontend/cl/makefile index e40f46d..fb269a5 100644 --- a/CompilerFrontend/cl/makefile +++ b/CompilerFrontend/cl/makefile @@ -1,12 +1,13 @@ # # ======================================================== # - # C++Kit + # MP-UX C Compiler # Copyright Western Company, all rights reserved. # # ======================================================== # -.PHONY: mcc-build -mcc-build: +# build mpcc +.PHONY: mpcc-build +mpcc-build: dmd -I../ $(wildcard *.d) -ofmpcc
\ No newline at end of file |
