diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-13 03:39:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-13 03:39:24 -0400 |
commit | 93f975db15e56a1a423c40d65e1627ac888d42b0 (patch) | |
tree | 6cc5659710671168703a86c85af4169c9f02f708 /Makefile | |
parent | a77c2bb6c7c6fb82b4bf48ee90ce56211f3b104f (diff) | |
download | miragextract-master.tar.gz |
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) |