diff options
author | zlago | 2025-02-11 13:36:04 +0100 |
---|---|---|
committer | zlago | 2025-02-11 13:36:04 +0100 |
commit | c3579a3f8784ad49d081dc8347bbcadacc0829a2 (patch) | |
tree | 1a2a91daaac17d95484f092f81cf5c4d0ebb1269 /GNUmakefile | |
parent | 4efa9f571e84cda3741e524fb21a3a22cdbc13fb (diff) |
add support for organya (.org) modules
by porting https://github.com/alula/organya-js/ to c
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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} |