Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Willemt Raft
Commits
56f8495d
Unverified
Commit
56f8495d
authored
Aug 07, 2018
by
Willem
Committed by
GitHub
Aug 07, 2018
Browse files
Merge pull request #83 from yossigo/fix/make-clean
Make clean did not remove object files.
parents
9b983183
546df393
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
56f8495d
...
...
@@ -87,7 +87,7 @@ do_infer:
infer
--
make
clean
:
@
rm
-f
$(TEST_DIR)
/main_test.c
*
.o
$(GCOV_OUTPUT)
;
\
@
rm
-f
$(TEST_DIR)
/main_test.c
src/
*
.o
$(GCOV_OUTPUT)
;
\
if
[
-f
"libraft.
$(SHAREDEXT)
"
]
;
then
rm
libraft.
$(SHAREDEXT)
;
fi
;
\
if
[
-f
libraft.a
]
;
then
rm
libraft.a
;
fi
;
\
if
[
-f
tests_main
]
;
then
rm
tests_main
;
fi
;
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