X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=fishdescriptor%2FMakefile;h=e6b493ac17e5e4bc13084564e2b51690f76bc0c7;hb=16d5c02a1c894a2fa2cb31c6e3c916418ce71747;hp=f9065154f58c17ba048456d7e10250567c71c78b;hpb=3d8fe1502db9c93883b5899ab405e8610c148b99;p=chiark-utils.git diff --git a/fishdescriptor/Makefile b/fishdescriptor/Makefile index f906515..e6b493a 100644 --- a/fishdescriptor/Makefile +++ b/fishdescriptor/Makefile @@ -9,6 +9,8 @@ MINOR=0 LIBCANON= libfishdescriptor-donate.so.$(MAJOR) LIBTARGET= $(LIBCANON).$(MINOR) +all: $(LIBTARGET) + $(LIBTARGET): donate.o $(CC) -shared -Wl,-soname -Wl,$(LIBCANON) -o $@ $< $(LIBS)