From 3842faec301faef7ddebbf46e36b91a50f5c66ac Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 25 Apr 2011 15:13:43 +0200 Subject: [PATCH] Added app target. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 4498f50a..1c07321b 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,11 @@ dist-stamp: changelog $(MAKE) dist touch $@ +# Build OSX installer +.PHONY: app +app: MANIFEST chmod + $(PYTHON) setup.py py2app + # The check programs used here are mostly local scripts on my private system. # So for other developers there is no need to execute this target. .PHONY: check