diff options
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} |