From b183dfad2daea713e712470d206b0f0287331083 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 19:24:06 +0000 Subject: Split error messages into separate files. Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik --- libbb/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libbb/Makefile (limited to 'libbb/Makefile') diff --git a/libbb/Makefile b/libbb/Makefile new file mode 100644 index 000000000..a9ea76947 --- /dev/null +++ b/libbb/Makefile @@ -0,0 +1,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 {} \; + -- cgit v1.2.3