BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
d1addf16
Commit
d1addf16
authored
May 30, 2018
by
Forest Godfrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly clean subdirectories
parent
7875758d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Makefile
Makefile
+3
-0
Makefile
lv_misc/Makefile
+3
-0
No files found.
Makefile
View file @
d1addf16
...
...
@@ -25,6 +25,9 @@ headers:
done
clean
:
for
DIR
in
$(SUBDIRS)
;
do
\
$(MAKE)
-C
$$
DIR clean
TOPDIR
=
$(TOPDIR)
/..
;
\
done
rm
-f
$(PROGS)
*
.o
libvgl.a
:
...
...
lv_misc/Makefile
View file @
d1addf16
...
...
@@ -39,6 +39,9 @@ headers:
done
clean
:
for
DIR
in
$(SUBDIRS)
;
do
\
$(MAKE)
-C
$$
DIR clean
TOPDIR
=
$(TOPDIR)
/..
;
\
done
rm
-f
$(PROGS)
*
.o
include
$(TOPDIR)/build-support/base-rules.mk
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