-
Notifications
You must be signed in to change notification settings - Fork 0
/
makefile
41 lines (27 loc) · 1.09 KB
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#------------------------------------------------------------------------------
#
#------------------------------------------------------------------------------
PROJECT=wav2time
#------------------------------------------------------------------------------
# tools
#------------------------------------------------------------------------------
PYTHON=/bin/python35/python
#------------------------------------------------------------------------------
# private targets
#------------------------------------------------------------------------------
.PHONY: .FORCE
.FORCE:
#------------------------------------------------------------------------------
# public targets
#------------------------------------------------------------------------------
default: clean initialize wav2time edit time2csv finalize
initialize:
wav2time:
python wav2time.py data/efekty-11_24_1033.wav
edit:
# pax -rws'/in/out/' data/etykiety-in-11_24_1033.txt .
time2csv:
python time2csv.py data/etykiety-out-11_24_1033.txt
finalize:
clean:
-rm -f data/*norm.wav 2> /dev/null