From 21d3705e57368912ca54dc818258a922c9b781af Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Thu, 9 Dec 2010 17:17:14 +0200 Subject: [PATCH] code cleanup instruction update changed instructions to use "make maintainer-clean" instead of "make distclean". Signed-off-by: Mika Laitio --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index a1538e9..a391278 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ Requirements - linux kernel 1-wire kernel drivers (ds2490, w1_therm) - 1-wire devices detected by the linux (so that device info can be found from /sys/bus/w1/devices) -Build, install and clean ------------------------- +Build, install and clean-up +--------------------------- - build with command: ./autobuild.sh (generates required autoconf files) - install with command: make install -- clean source code from generated build files: make distclean +- remove all generated build files before creating a new commit or patch: make maintainer-clean howto run test application -------------------------- -- 2.41.0