Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ke Shan
cs349-code
Commits
884b9070
Commit
884b9070
authored
Sep 13, 2017
by
Daniel Vogel
Browse files
x readme
parent
2b5e44f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
x/readme.md
x/readme.md
+3
-3
No files found.
x/readme.md
View file @
884b9070
...
...
@@ -4,15 +4,15 @@
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"
```
make NAME="hello"
```
Then, to run:
./hello
```
./hello
```
Or you can even compile, link, and run in one step:
make run NAME="hello"
```
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