From c4cfb2582db88e638836397a278b451cb040efc7 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 10 Sep 2013 02:17:53 -0700 Subject: [PATCH] fix math linking issue --- Makefile | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 642373a..b59d67a 100644 --- a/Makefile +++ b/Makefile @@ -37,11 +37,11 @@ options: %.so: %.o ${MID} @echo LD $< ${MID} -o $@ - @${CC} ${ALL_LDFLAGS} ${SHARED_LDFLAGS} $< ${MID} -o $@ + @${CC} ${SHARED_LDFLAGS} $< ${MID} -o $@ ${ALL_LDFLAGS} %: %.o ${MID} @echo LD $< ${MID} -o $@ - @${CC} ${ALL_LDFLAGS} $< ${MID} -o $@ + @${CC} $< ${MID} -o $@ ${ALL_LDFLAGS} %.o: %.c ${HEADERS} @echo CC $< -o $@ diff --git a/README.md b/README.md index 08952fc..c1052dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # crap connor's rancid audio plugins. LADSPA. -alternatively, crazy-revealing androgynous panties + +alternatively, crazy-revealing androgynous panties. ### crap_eq