Skip to content

Commit

Permalink
Spell-checking of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fstromback committed Jan 22, 2016
1 parent 9a3f511 commit 554bf53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mymake

## overview
## Overview

Mymake is a tool to build C/C++-programs that requires close to no configuration.

Expand Down Expand Up @@ -195,7 +195,7 @@ The following options are pre-defined by mymake or the default configuration:
- `lib`: build a static library.
- `sharedlib`: build a shared library.
- `project`: defined when a project file is evaluated in the project-context.
- `windows`: Defined when running on a windows system, expected to be using CL.exe as the compiler.
- `windows`: Defined when running on a windows system, expected to be using `cl.exe` as the compiler.
- `unix`: Defined when running on an unix system, or when running in MinGW.


Expand Down Expand Up @@ -234,7 +234,7 @@ These variables are used by mymake to understand what should be done:
- `define`: preprocessor defines.
- `defineCl`: preprocessor define flag.
- `exceute`: yes or no, telling if mymake should execute the program after a successful compilation. This can be
overridden on the commandline using `-e` or `-ne`.
overridden on the command line using `-e` or `-ne`.
- `showTime`: yes or no, telling if mymake should show the total compilation time when done (not implemented).
- `pch`: the precompiled header file name that should be used. If you are using the default configuration, you only
need to set this variable to use precompiled headers. If you are using `#pragma once` in gcc, you will sadly get a
Expand Down

0 comments on commit 554bf53

Please sign in to comment.