Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tanhleno Teixeira de Sousa
diary
Commits
d2b43ada
Commit
d2b43ada
authored
Jul 02, 2020
by
Tanhleno Teixeira
Browse files
Alvo 'clean' adicionado ao Makefile
parent
ed7c9aec
Changes
1
Hide whitespace changes
Inline
Side-by-side
makefile
View file @
d2b43ada
...
...
@@ -30,4 +30,8 @@ main.o: main.cpp
${GCC}
${GCC_FLAGS}
-c
main.cpp
tests.o
:
tests.cpp
${GCC}
${GCC_FLAGS}
-c
tests.cpp
\ No newline at end of file
${GCC}
${GCC_FLAGS}
-c
tests.cpp
clean
:
rm
-f
*
.o
rm
$(PROGRAM)
\ No newline at end of file
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