From 15d5e19422c9b19cd452297ff0d333149c94e787 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 7 Oct 2024 19:58:14 +0200 Subject: Added Florestan Piano Soundfont --- Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 727e920..3d2191a 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,3 @@ -tests: build-portmidi - $(CC) -Wall example1.c minisdl_audio.c -lm -ldl -lpthread -o example1 - $(CC) -Wall example2.c minisdl_audio.c -lm -ldl -lpthread -o example2 - $(CC) -Wall example3.c -L./portmidi -lportmidi -o example3 +ttdaw: main.c + $(CC) -Wall -o ttdaw main.c minisdl_audio.c -lm -ldl -lpthread -lasound -lm -run-example3: tests - LD_LIBRARY_PATH=./portmidi ./example3 - -run-example4: - $(CC) example4.c -lasound -lm -o example4 && ./example4 - -build-portmidi: - cd portmidi && cmake . && make -- cgit v1.2.3