Commit e0c8dac5 authored by Florian Schmaus's avatar Florian Schmaus Committed by flow

Makefile: Added dbkg target

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13524 b35dd754-fafc-0310-a699-88a17e54d16e
parent 70fa23c3
.PHONY: all clean eclipse
.PHONY: all clean dbkg eclipse
all: build-openfire
......@@ -10,6 +10,9 @@ build-openfire:
clean:
cd build && ant clean
dbkg:
cd build && ant installer.debian
eclipse: .settings .classpath .project
.settings:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment