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