added two targets -- package and pclean -- to simplify the development process :)
authormishas <mikhail.sobolev@gmail.com>
Tue, 17 Apr 2007 08:30:46 +0000 (08:30 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 17 Apr 2007 08:30:46 +0000 (08:30 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@195 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index 26f8f9f..1a4cb5a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,4 +43,10 @@ install: $(TARGET)
        install -d $(DESTDIR)/etc/osso-backup/applications
        install -m 0644 $(BACKUP_CONF) $(DESTDIR)/etc/osso-backup/applications/simple-launcher.conf
 
+pclean:
+       fakeroot debian/rules clean
+
+package:
+       dpkg-buildpackage -rfakeroot -uc -b
+
 -include *.d