From: Oleg Broytman Date: Wed, 24 Jul 2013 10:49:38 +0000 (+0400) Subject: fulldistr is also a .PHONY target X-Git-Tag: v4.5.3~2 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=ad8977a506da37448009745f1aac2b7abfc029ba;hp=274a5a0f59e2a28c2ddb53166230d16ff6bd7d70;p=bookmarks_db.git fulldistr is also a .PHONY target --- diff --git a/Makefile b/Makefile index fb9061b..147f6e3 100644 --- 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