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