Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Johan Solsvik
Double Trouble
Commits
98d6cb1b
Commit
98d6cb1b
authored
Aug 29, 2020
by
Jonas Johan Solsvik
🎮
Browse files
update README.md
parent
c87fff34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
98d6cb1b
.PHONY
:
01 02 all
all
:
mkdir
-p
build
;
cmake
-S
.
-B
build
;
...
...
@@ -15,4 +17,3 @@ all:
make
-C
build
;
./build/02-jumping-boxes
;
.PHONY
:
01 02 all
README.md
View file @
98d6cb1b
...
...
@@ -11,7 +11,8 @@ make
To build and run a specific game:
```
make 01
make 01 # To run 01-red-circle
make 02 # To run 02-jumping-boxes
```
_See `Makefile` for complete list of commands_
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment