Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
DosWorld committed Jun 28, 2019
1 parent 4d8ac5a commit 86fd014
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.MD
@@ -1,12 +1,12 @@
# Make

There is MAKE utility for Small C by J. Hendrix.
There is MAKE tool for Small C by J. Hendrix.
Good compiler, but toolchain definitly must be enhanced.

The second reason to recreate this utility - absent
"make" for DOS real mode (16 bit). DJGPP purpose DPMI tools.
MAKE for DOS 16-bit (real mode). DJGPP offers just DPMI tools.

This "make" does not support variables.
This MAKE does not support variables - smallest as possible.

Source code 100% wroten in Small C (with Assembler inlines).

Expand All @@ -16,6 +16,10 @@ Source code 100% wroten in Small C (with Assembler inlines).
[build_command_1]
[.. build_command_2]

target2: [dependency2] [.. dependency3]
[build_command_x]
[.. build_command_z]

By default, start build first target.

## Notes about command execution in MS-DOS.
Expand Down

0 comments on commit 86fd014

Please sign in to comment.