From 25832d7f082970621bee59b591845109aa5f8e97 Mon Sep 17 00:00:00 2001 From: mishas Date: Tue, 17 Apr 2007 08:30:46 +0000 Subject: [PATCH] added two targets -- package and pclean -- to simplify the development process :) git-svn-id: file:///svnroot/simple-launcher/trunk@195 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 26f8f9f..1a4cb5a 100644 --- 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 -- 1.7.9.5