From: Oleg Broytman Date: Wed, 24 Jul 2013 10:53:15 +0000 (+0400) Subject: all is also a .PHONY target X-Git-Tag: v2.3.2~66 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=5a24c51b05534a6714db0d923ae6a74cd8ad7085 all is also a .PHONY target --- 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 \