X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=fishdescriptor%2FMakefile;h=e6b493ac17e5e4bc13084564e2b51690f76bc0c7;hp=f9065154f58c17ba048456d7e10250567c71c78b;hb=42c13be0ac6147fa4150d93225b81e6c5a928a4d;hpb=3d8fe1502db9c93883b5899ab405e8610c148b99 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)