Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
ceeff7381929930fe8d7e33543e285d5fdcf1c68
/
.
/
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
{}
\;