aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-05-13 03:39:24 -0400
committerB. Watson <yalhcru@gmail.com>2020-05-13 03:39:24 -0400
commit93f975db15e56a1a423c40d65e1627ac888d42b0 (patch)
tree6cc5659710671168703a86c85af4169c9f02f708 /Makefile
parenta77c2bb6c7c6fb82b4bf48ee90ce56211f3b104f (diff)
downloadmiragextract-93f975db15e56a1a423c40d65e1627ac888d42b0.tar.gz
add man page for audiocue2bincueHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5cca456..13540b1 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,9 @@ RST2HTML=rst2html4.py
PROJ=miragextract
VERSION=0.2.0
-BINS=$(PROJ) cuerecover
-MANS=$(PROJ).1 cuerecover.1
-HTMLS=$(PROJ).html cuerecover.html
+BINS=$(PROJ) cuerecover audiocue2bincue
+MANS=$(PROJ).1 cuerecover.1 audiocue2bincue.1
+HTMLS=$(PROJ).html cuerecover.html audiocue2bincue.html
DOCS=README FAQ ChangeLog LICENSE $(PROJ).html cuerecover.html
SNDFILE_CFLAGS:=$(shell pkg-config --cflags sndfile)