diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 21:47:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 21:47:33 +0100 |
| commit | 9cef856478cebe4bfe00e1d39c9e2d49015dd0e4 (patch) | |
| tree | f04c6b6b1156057748c7044a766120485c45c885 /Frontend/Compiler/makefile | |
| parent | a8a55bc93e06cd8f75f7d397c013f7a312ea29a4 (diff) | |
MP-UX/hCore Assembler for 64x0, Release I.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Frontend/Compiler/makefile')
| -rw-r--r-- | Frontend/Compiler/makefile | 13 |
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 |
