diff options
author | zlago | 2024-09-01 18:14:38 +0200 |
---|---|---|
committer | zlago | 2024-09-01 18:14:38 +0200 |
commit | 90b967d9d1b5970969f758c7993d244936fff324 (patch) | |
tree | 275c8b45d9dd7a1e6022d4b3929dd1f064f8caaa /GNUmakefile | |
parent | 2eab12e43c040d369b685efc13e2452405cf6451 (diff) |
libfluidsynth
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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} |