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 b61d0d2a1..7e205aab9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,5 +66,8 @@ $(BUILDDIR)/%.cmx: %.ml
$(GENERATOR): $(GENERATOR_FILES)
ocamlfind opt -o $@ -I $(BUILDDIR)/lib -linkpkg -thread -package $(PACKAGES) $^
+deb:
+ dpkg-buildpackage -uc -us -tc -b
+
clean:
rm -rf $(BUILDDIR)