mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-18 20:45:00 +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
|
||||
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user