From cf2cfcd8a96921dbe812647045dff71ab63989cd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Oct 2024 03:12:15 +0200 Subject: Added synth thread that plays a simple note --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98a41d3..8681948 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC := cc -CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -Wundef +CFLAGS := -Wall -Wextra -Wshadow -Wunused -Wswitch-enum -Wpedantic -ggdb LDFLAGS := -lm -ldl -lpthread -lasound -FILES := main.c midi.c minisdl_audio.c +FILES := main.c midi.c synth.c minisdl_audio.c PROG := ttdaw $(PROG): main.c -- cgit v1.2.3