mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-18 23:03:16 +02:00
m1rc3/norruption/2/Makefile: target "tar" to collect raw data files needed for further analysis
This commit is contained in:
parent
ffe45cb3e1
commit
1c331b3b5c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user