Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
65463157
Commit
65463157
authored
Nov 04, 2019
by
Andre Maroneze
Browse files
[Makefile] remove obsolete rules
parent
76625e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
65463157
...
...
@@ -2206,15 +2206,6 @@ clean-doc:: $(PLUGIN_LIST:=_CLEAN_DOC)
if
[
-f
doc/developer/Makefile
]
;
then
\
$(MAKE)
--silent
-C
doc/developer clean
;
\
fi
if
[
-f
doc/architecture/Makefile
]
;
then
\
$(MAKE)
--silent
-C
doc/architecture clean
;
\
fi
if
[
-f
doc/speclang/Makefile
]
;
then
\
$(MAKE)
--silent
-C
doc/speclang clean
;
\
fi
if
[
-f
doc/www/src/Makefile
]
;
then
\
$(MAKE)
--silent
-C
doc/www/src clean
;
\
fi
clean-gui
::
$(PRINT_RM)
gui
...
...
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