annotate Makefile @ 8:2c01c09bdc0f

Handle "artist - title" as well as "artist / title". Add track number to filename. If the infile isn't stdin, move it to the mp3 directory.
author darius
date Thu, 18 Jul 2002 06:33:52 +0000
parents 5cead4da1db9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
5cead4da1db9 Initial import.
darius
parents:
diff changeset
1 PROG= cddb-id
5cead4da1db9 Initial import.
darius
parents:
diff changeset
2
5cead4da1db9 Initial import.
darius
parents:
diff changeset
3 SRCS= cddb-id.c
5cead4da1db9 Initial import.
darius
parents:
diff changeset
4
5cead4da1db9 Initial import.
darius
parents:
diff changeset
5 NOMAN= YES
5cead4da1db9 Initial import.
darius
parents:
diff changeset
6
5cead4da1db9 Initial import.
darius
parents:
diff changeset
7 .include <bsd.prog.mk>