diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |