summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/libbb/Makefile
blob: a9ea769473999ef2ecfceef5647bbeb2f6741f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 {} \;