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