From: Ian Jackson Date: Wed, 5 Jan 2011 00:47:02 +0000 (+0000) Subject: Makefiles: remove +persist.* and +realtime.log on clean, in hostside X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=02ec23612c3d002669f79f8cedfafdc75dc948cd;p=trains.git Makefiles: remove +persist.* and +realtime.log on clean, in hostside --- 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)