Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
ef532a0b
Commit
ef532a0b
authored
Sep 26, 2019
by
Julien Signoles
Browse files
[makefile] improve e-acsl-disdistclean
parent
c1372d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/Makefile.in
View file @
ef532a0b
...
...
@@ -257,9 +257,9 @@ EACSL_CLEANFILES = doc/doxygen/doxygen.cfg \
Makefile config.log config.status configure .depend autom4te.cache/
*
\
META.frama-c-e_acsl Makefile.plugin.generated src/local_config.ml top/
*
e-acsl-distclean
:
:
clean
e-acsl-distclean
:
clean
$(PRINT_RM)
generated project files
$(RM)
$(
addprefix
$(E_ACSL_DIR)
/,
$(EACSL_CLEANFILES)
)
$(RM)
$(
wildcard
$(
addprefix
$(E_ACSL_DIR)
/,
$(EACSL_CLEANFILES)
)
)
################################
# Building source distribution #
...
...
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