]> git.phdru.name Git - bookmarks_db.git/commitdiff
fulldistr is also a .PHONY target
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2013 10:49:38 +0000 (14:49 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2013 10:49:38 +0000 (14:49 +0400)
Makefile

index fb9061b9de77e95fb7bc51ccff93e8340240ca5e..147f6e31123268508efe6ee6e0062e2df3ebcf53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ all:
 distr:
        ./mk-distr
 
+.PHONY: fulldistr
 fulldistr: clean examples_distr
        cd .. && tar cf - bookmarks_db | bzip2 -9 > bookmarks_db-$(VERSION).tar.bz2