usynth

simple midi synth for sndio
git clone git://nsmpr.xyz/usynth.git
Log | Files | Refs

commit b2f9a43b178f574a9950b09b72b4ad8964df8411
parent 9e45f3b6099022e4be1da1ac19abac92f5a73c38
Author: Pavel Renev <rpa@traveller.nsmpr.xyz>
Date:   Thu, 12 Aug 2021 03:32:01 +0300

clean usynth.o

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

diff --git a/Makefile b/Makefile @@ -44,6 +44,6 @@ uninstall: ${DESTDIR}${MANDIR}/usynth.1 clean: - rm -f usynth buildtest miditest ${OBJ} + rm -f usynth buildtest miditest usynth.o ${OBJ} .PHONY: all clean instal uninstall