Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ke Shan
cs349-code
Commits
88b16b9c
Commit
88b16b9c
authored
Sep 13, 2017
by
Daniel Vogel
Browse files
Update readme.md
parent
884b9070
Changes
1
Hide whitespace changes
Inline
Side-by-side
x/readme.md
View file @
88b16b9c
...
...
@@ -4,15 +4,21 @@
To make ("compile and link") an example, use the included makefile with
the name of cpp file passed as a variable. For example, to make hello.cpp:
```make NAME="hello"```
```
bash
make
NAME
=
"hello"
```
Then, to run:
```./hello```
```
bash
./hello
```
Or you can even compile, link, and run in one step:
```make run NAME="hello"```
```
bash
make run
NAME
=
"hello"
```
## Examples
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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