Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
91c9388715182a71173f2da71d74173221460412
/
.
/
libbb
/
Makefile
blob: a9ea769473999ef2ecfceef5647bbeb2f6741f7b [
file
] [
log
] [
blame
]
# Silly wrapper makefile. This Makefile is _not_ used by the build system for
# busybox, it is just to make working on libbb more conveinient.
# -Erik Andersen
all
:
make
-
C
..
libbb
.
a
clean
:
-
rm
-
rf libbb
.
a
-
find
-
name \*
.
o
-
exec rm
-
f
{}
\;