Commit f6b08095 authored by Dave Cridland's avatar Dave Cridland

Add plugins target to Makefile

parent 41717c59
...@@ -13,6 +13,9 @@ clean: ...@@ -13,6 +13,9 @@ clean:
dpkg: dpkg:
cd build && ant installer.debian cd build && ant installer.debian
plugins:
cd build && ant plugins
eclipse: .settings .classpath .project eclipse: .settings .classpath .project
.settings: .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