From 5a24c51b05534a6714db0d923ae6a74cd8ad7085 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 24 Jul 2013 14:53:15 +0400 Subject: [PATCH] all is also a .PHONY target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d9ad697..21100c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ VERSION=$(shell python -c "from mimedecode import __version__; print __version__") +.PHONY: all all: docs sdist DISTFILES = mimedecode.py \ -- 2.39.2