diff --git a/c/weechat_plugins/Makefile b/c/weechat_plugins/Makefile index dea686f..83929a4 100644 --- a/c/weechat_plugins/Makefile +++ b/c/weechat_plugins/Makefile @@ -9,7 +9,7 @@ CFLAGS = -Wall -fPIC EXEC = currentsong all: $(EXEC) - mv song.so plugins/ + mv song.so ~/.weechat/plugins/ $(EXEC) : $(EXEC).o $(CC) -fPIC -shared -o song.so $<