~nhoad/roland

b91f46789159c99cba6d7857e8579e23e5ebebea — Nathan Hoad 7 years ago d7fbf88
This is obviously useful.
1 files changed, 2 insertions(+), 0 deletions(-)

M webextensions/Makefile
M webextensions/Makefile => webextensions/Makefile +2 -0
@@ 15,6 15,8 @@ LDLIBS   += ${WEB_EXT_LIBS}

all: pythonloader.so

install: pythonloader.so
	install pythonloader.so ~/.config/roland/webextensions/pythonloader.so
pythonloader.so: pythonloader.o
	${LD} ${LDFLAGS} -fPIC -shared -o $@ $^ ${LDLIBS}
pythonloader.so: CFLAGS += -fPIC