From 1c331b3b5c91d51b1b5e1ea20bfca14e0204b8bc Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 12 Oct 2011 09:31:21 -0300 Subject: [PATCH] m1rc3/norruption/2/Makefile: target "tar" to collect raw data files needed for further analysis --- m1rc3/norruption/2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/m1rc3/norruption/2/Makefile b/m1rc3/norruption/2/Makefile index 8dd15ac..2cc76cb 100644 --- a/m1rc3/norruption/2/Makefile +++ b/m1rc3/norruption/2/Makefile @@ -1,7 +1,7 @@ DIR=d .SILENT: -.PHONY: all list plot corr dump coll +.PHONY: all list plot corr dump coll tar all: $(MAKE) plot @@ -25,3 +25,6 @@ dump: coll: ./collda $(DIR)/log + +tar: + tar cfj raw.tar.bz2 $(DIR)/log $(DIR)/*.bin