summaryrefslogtreecommitdiff
path: root/Makefile
blob: 20dd392432429955702c7d8b826dc742d7c4e12c (plain)
1
2
3
4
5
6
7
8
9
.PHONY: all test

all: dtmfencode test

dtmfencode: dtmfencode.c
	cc $^ -o $@

test: dtmfencode
	./dtmfencode test.wav "1234567890*#ABCD" 40000 100