summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorzlago2024-09-01 18:14:38 +0200
committerzlago2024-09-01 18:14:38 +0200
commit90b967d9d1b5970969f758c7993d244936fff324 (patch)
tree275c8b45d9dd7a1e6022d4b3929dd1f064f8caaa /GNUmakefile
parent2eab12e43c040d369b685efc13e2452405cf6451 (diff)
libfluidsynth
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6f110de..58990fd 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,7 +3,7 @@
 GLAD ?= glad
 MKDIR ?= mkdir -p
 
-libs ::= SDL2 openmpt
+libs ::= SDL2 openmpt fluidsynth
 cflags ::= -I . -g -Og ${CFLAGS}
 ldflags ::= -Wl,--rpath,'$$ORIGIN' $(addprefix -l,${libs}) ${LDFLAGS}