From: Reto Zingg Date: Thu, 8 Oct 2009 13:16:12 +0000 (+0300) Subject: added handy make targeds for build source and bin packages X-Git-Tag: fremantle/0.1.9-1~1 X-Git-Url: http://vcs.maemo.org/git/?p=mancala;a=commitdiff_plain;h=707dc8f097ba91791021703225a84dcba3edfa2f added handy make targeds for build source and bin packages --- diff --git a/Makefile b/Makefile index cc5af05..dbc825e 100644 --- a/Makefile +++ b/Makefile @@ -19,5 +19,11 @@ clean: clobber: clean $(MAKE) -C src clobber -.PHONY: clobber clean install subsystem +maemo-source: + dpkg-buildpackage -rfakeroot -sa -S -us -uc -i -I.git + +maemo-bin: + dpkg-buildpackage -rfakeroot -b -us -uc + +.PHONY: clobber clean install subsystem maemo-source maemo-bin