X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=fishdescriptor%2FMakefile;h=5b63931b38b2dd6d0a4c6228e004b6fe1b436ef3;hp=e6b493ac17e5e4bc13084564e2b51690f76bc0c7;hb=22677ae542431ce09a8de83fecc3a22163a8d490;hpb=647580c56b3b553948ad2132220f6c7ea4233430 diff --git a/fishdescriptor/Makefile b/fishdescriptor/Makefile index e6b493a..5b63931 100644 --- a/fishdescriptor/Makefile +++ b/fishdescriptor/Makefile @@ -9,7 +9,7 @@ MINOR=0 LIBCANON= libfishdescriptor-donate.so.$(MAJOR) LIBTARGET= $(LIBCANON).$(MINOR) -all: $(LIBTARGET) +all: $(LIBTARGET) fishdescriptor $(LIBTARGET): donate.o $(CC) -shared -Wl,-soname -Wl,$(LIBCANON) -o $@ $< $(LIBS)