chiark / gitweb /
fishdescriptor: wip (found)
[chiark-utils.git] / fishdescriptor / Makefile
index f9065154f58c17ba048456d7e10250567c71c78b..e6b493ac17e5e4bc13084564e2b51690f76bc0c7 100644 (file)
@@ -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)