Replace spaces with a tab to fix build breakage

This commit is contained in:
cwt 1999-12-15 01:07:28 +00:00
parent 85075a3914
commit 7dfcd4ed13

View File

@ -16,6 +16,6 @@ CFLAGS += -Wall -g -DDEBUG
MAN1 = dtmfdecode.1
test: ${PROG}
uudecode -p < dtmfsounds.al.uu | ./${PROG}
uudecode -p < dtmfsounds.al.uu | ./${PROG}
.include <bsd.prog.mk>