cho2txt

Extract lyrics from chordpro files
git clone git://git.relim.de/cho2txt.git
Log | Files | Refs | README | LICENSE

commit 20278755fc7e82f0fb599fd0fb989e4c8a4485b6
parent ca0bbeaf1daae12da3935bac24ee811d514adf76
Author: nibo <kroekerrobin@gmail.com>
Date:   Mon, 10 Jul 2023 19:57:08 +0200

Update Makefile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man all: - $(CC) -O -Werror -o cho2txt cho2txt.c + $(CC) -O -Wall -o cho2txt cho2txt.c clean: rm cho2txt install: all