From 02ec23612c3d002669f79f8cedfafdc75dc948cd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Jan 2011 00:47:02 +0000 Subject: [PATCH] Makefiles: remove +persist.* and +realtime.log on clean, in hostside --- hostside/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/Makefile b/hostside/Makefile index ba0b2f5..7cb9e52 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -91,7 +91,7 @@ input-codes.h: extract-input-codes $(INPUT_H) #---------- administrative pseudo targets ---------- tidy: - rm -rf ./+dump.* + rm -rf ./+dump.* ./+persist.* ./+realtime.log clean: rm -f *.o *.d t u v $(TARGETS) $(AUTOINCS) -- 2.30.2