From: Ian Jackson Date: Wed, 5 Jan 2011 00:16:44 +0000 (+0000) Subject: Makefiles: do not run "tidy" target by default; new realclean target does both X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b87bc818b01f7fc4cd0eb0af0a9df948caf6f758;p=trains.git Makefiles: do not run "tidy" target by default; new realclean target does both --- diff --git a/Makefile b/Makefile index 5a3c53e..c32c961 100644 --- a/Makefile +++ b/Makefile @@ -29,3 +29,4 @@ pic_clean: clean: host_clean pic_clean tidy: host_tidy +realclean: clean tidy diff --git a/hostside/Makefile b/hostside/Makefile index a1becb9..393d818 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -93,11 +93,13 @@ input-codes.h: extract-input-codes $(INPUT_H) tidy: rm -rf ./+dump.* -clean: tidy +clean: rm -f *.o *.d $(TARGETS) $(AUTOINCS) rm -f auproto-pic.h *~ core proto-expanded rm -f record-[yl].[ch] +realclean: clean tidy + #---------- installing things as root bessar ---------- BESSAR_PROGRAMS= evdev-manip eventrun