usynth

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

commit 1db2a347caffc8d52344a014835c4064f0583907
parent 9fd5b254d2a27a31302cdcd54b73533c2ad066e7
Author: zavok <an2qzavok@gmail.com>
Date:   Tue, 31 Dec 2019 17:38:12 +0300

fix Makefile

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

diff --git a/Makefile b/Makefile @@ -15,7 +15,7 @@ all: $(BIN) $(BIN): $(OBJ) $(CC) $(OBJ) $(LDFLAGS) $(LIBS) -o $@ -$(OBJ): audio.h fm.h midi.h operator.h wavetable.h +$(OBJ): fm.h midi.h operator.h wavetable.h install: $(BIN) mkdir -p $(DESTDIR)$(PREFIX)/bin/