diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -14,13 +14,20 @@ build/Makefile: prepare cd build && $(CMAKE) ../src -.PHONY: distclean prepare beauty +.PHONY: distclean debclean prepare beauty clean: build/Makefile @$(MAKE) -C build clean +deb: debclean + dpkg-buildpackage -r + +debclean: + fakeroot debian/rules clean + distclean: $(RMDIR) build + $(RM) locale/de/LC_MESSAGES/mcbot.mo install: build/Makefile $(MAKE) -C build install