diff options
-rw-r--r-- | readme.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -11,9 +11,6 @@ Simple Asteroids clone in C as an exercise in game development. This project is built with [CMake](https://cmake.org). On Windows, CMake must be manually configured to locate the include and library paths for SDL2. Simplest way to build on most \*nix systems: - - 1. `mkdir build && cd build` - - 2. `cmake ..` - - 3. `make` +1. `mkdir build && cd build` +2. `cmake ..` +3. `make` |