Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Daniel Vogel
cs349-code
Commits
88b16b9c
Commit
88b16b9c
authored
Sep 13, 2017
by
Daniel Vogel
Browse files
Update readme.md
parent
884b9070
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
x/readme.md
x/readme.md
+9
-3
No files found.
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
Markdown
is supported
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