Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
UEABS
ueabs
599c04ac33bfea1cd70a426785e980533c04bdd9
ueabs
Makefile
Find file
Normal view
History
Permalink
Makefile
91 Bytes
Newer
Older
IMPROVE ms33
Victor
committed
Sep 26, 2017
1
2
3
4
5
6
7
8
.PHONY
:
doc clean
doc
:
$(
MAKE
)
html
-C
doc/sphinx/
clean
:
$(
MAKE
)
clean
-C
doc/sphinx/