Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
busybox
/
2a953aed3831f8705444e720783ad4781904a625
/
.
/
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
{}
\;