Files
dtmf/Makefile
2026-03-07 22:46:09 -05:00

10 lines
144 B
Makefile

.PHONY: test
all: dtmfencode test
dtmfencode: dtmfencode.c
cc $^ -o $@
test: dtmfencode
./dtmfencode test.wav "1234567890*#ABCD" 40000 100