makefile ++

master
laptop 2013-05-02 23:12:01 +02:00
parent 56dae7d048
commit 87b2b9f9e6
1 changed files with 1 additions and 1 deletions

View File

@ -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 $<