]> git.decadent.org.uk Git - dak.git/blobdiff - tools/dsync-0.0/buildlib/makefile.in
add static target
[dak.git] / tools / dsync-0.0 / buildlib / makefile.in
index de2f70decb5ed8bbc95754853116acf623d045cb..3a9625733b9b4b40e5626b3bc6807d665a583159 100644 (file)
@@ -14,9 +14,9 @@ BUILD:=$(shell pwd)
 export BUILD
 
 # Chain to the parent make to do the actual building
-.PHONY: headers library clean veryclean all binary program doc \
+.PHONY: headers library clean veryclean all binary program doc static \
         veryclean/local
-all headers library clean veryclean binary program doc:
+all headers library clean veryclean binary program doc static:
        $(MAKE) -C $(SRCDIR) -f Makefile $@
 
 # Purge everything.