From c3579a3f8784ad49d081dc8347bbcadacc0829a2 Mon Sep 17 00:00:00 2001 From: zlago Date: Tue, 11 Feb 2025 13:36:04 +0100 Subject: add support for organya (.org) modules by porting https://github.com/alula/organya-js/ to c --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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} -- cgit v1.2.3