From ad8977a506da37448009745f1aac2b7abfc029ba Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 24 Jul 2013 14:49:38 +0400 Subject: [PATCH] fulldistr is also a .PHONY target --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2