From 87b2b9f9e6324ba784a9635e353cfe67586457ed Mon Sep 17 00:00:00 2001 From: laptop Date: Thu, 2 May 2013 23:12:01 +0200 Subject: [PATCH] makefile ++ --- c/weechat_plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $<