Browse Source

added 'doc' target to Makefile

Ulf Wiger 14 years ago
parent
commit
95a6320b65
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Makefile

+ 4 - 2
Makefile

@@ -20,11 +20,11 @@
 ## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 ## DEALINGS IN THE SOFTWARE.
 
-.PHONY: all compile clean eunit test eqc
+.PHONY: all compile clean eunit test eqc doc
 
 DIRS=src 
 
-all: compile eunit test
+all: compile eunit test doc
 
 compile:
 	./rebar compile
@@ -38,3 +38,5 @@ eunit:
 
 test: eunit
 
+doc:
+	./rebar doc