From a03042a966cd74310679c1910e9b658feeba7b58 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 21 Nov 2016 20:34:30 +0100 Subject: [PATCH] Remove backup files from the src directory before making a tape image. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fa902186..5ab86796 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ out/minsys.tape: $(ITSTAR) out/sources.tape: $(ITSTAR) mkdir -p out + rm -f src/*/*~ cd src; $(ITSTAR) -cf ../$@ $(SRC) out/salv.tape: $(WRITETAPE) $(RAM) $(NSALV)