From bfc79cef2cb743fedba3e93fd005d25b0a4923dc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Oct 2024 17:59:41 +0200 Subject: Added mutex and proper audio playback --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8681948..fca5cb9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC := cc CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -ggdb LDFLAGS := -lm -ldl -lpthread -lasound -FILES := main.c midi.c synth.c minisdl_audio.c +FILES := main.c midi.c synth.c mutex.c minisdl_audio.c PROG := ttdaw $(PROG): main.c -- cgit v1.2.3