Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Hirsch
crap
Commits
8495f614
Commit
8495f614
authored
Oct 08, 2019
by
Alexander Hirsch
Browse files
Tools: Make clean should remove all generated files
parent
9920fb61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slides/tools_slides.md
slides/tools_slides.md
+2
-2
No files found.
slides/tools_slides.md
View file @
8495f614
...
...
@@ -179,7 +179,7 @@ CFLAGS = -Wall -Wextra
all
:
example
clean
:
$(RM)
example
$(RM)
example
example.o other.o
example
:
example.c other.c
```
...
...
@@ -191,7 +191,7 @@ cc -Wall -Wextra -c -o other.o other.c
cc example.o other.o -o example
$ make clean
rm -f example
rm -f example
example.o other.o
```
---
...
...
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