0.4.3-5 Added GetStatus dbus call, and bugfixes
[feedingit] / Makefile
index 8e3cf13..d82c148 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,4 +24,10 @@ install:
        install -d ${DESTDIR}/usr/share/icons/hicolor/64x64/apps/
        install data/64px.png ${DESTDIR}/usr/share/icons/hicolor/64x64/apps/feedingit.png
        install -d ${DESTDIR}/usr/share/dbus-1/services/
-       install src/feedingit.service ${DESTDIR}/usr/share/dbus-1/services/
\ No newline at end of file
+       install src/feedingit.service ${DESTDIR}/usr/share/dbus-1/services/
+       
+clean:
+       rm src/*pyo
+       
+sourcepkg:
+       dpkg-buildpackage -rfakeroot -sa -S -i -I.git
\ No newline at end of file