summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfeaa69..d1dd742 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,6 @@ clean:
dialyzer:
$(REBAR) dialyze $(REBAR_FLAGS)
+
+deb:
+ cd packaging/deb && $(MAKE) TOPDIR=$(PWD) deb