mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/2/Makefile: target "tar" to collect raw data files needed for further analysis
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DIR=d
|
DIR=d
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
.PHONY: all list plot corr dump coll
|
.PHONY: all list plot corr dump coll tar
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(MAKE) plot
|
$(MAKE) plot
|
||||||
@@ -25,3 +25,6 @@ dump:
|
|||||||
|
|
||||||
coll:
|
coll:
|
||||||
./collda $(DIR)/log
|
./collda $(DIR)/log
|
||||||
|
|
||||||
|
tar:
|
||||||
|
tar cfj raw.tar.bz2 $(DIR)/log $(DIR)/*.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user