source: ETALON/CLIO/control/makefile @ 691

Last change on this file since 691 was 691, checked in by delerue, 7 years ago

CLIO control updated

File size: 246 bytes
Line 
1DATAFILES=$(wildcard data_CLIO_*.txt)
2
3all: all_png
4
5all_gz: $(DATAFILES:.txt=.gz)
6all_png: $(DATAFILES:.txt=.png)
7
8%.png: %.txt
9        touch ~/acquisition_data/makefile_runing.date
10        python ~/control/run_read_data.py $?
11
12
13%.gz: %.png
14        gzip -9 $*.txt
15
Note: See TracBrowser for help on using the repository browser.