summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorzlago2025-02-11 13:36:04 +0100
committerzlago2025-02-11 13:36:04 +0100
commitc3579a3f8784ad49d081dc8347bbcadacc0829a2 (patch)
tree1a2a91daaac17d95484f092f81cf5c4d0ebb1269 /GNUmakefile
parent4efa9f571e84cda3741e524fb21a3a22cdbc13fb (diff)
add support for organya (.org) modules
by porting https://github.com/alula/organya-js/ to c
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2a814e1..32ce5e2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,7 +2,7 @@
MKDIR ?= mkdir -p
-libs ::= openmpt fluidsynth
+libs ::= openmpt fluidsynth m
cflags ::= -I . -g -Og ${CFLAGS}
ldflags ::= -Wl,--rpath,'$$ORIGIN' $(addprefix -l,${libs}) ${LDFLAGS}