Renamed some make targets.

This commit is contained in:
Juan Jose Comellas
2009-10-13 18:38:48 -03:00
parent 4c715eaa94
commit e9cf4aff22
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ run: all
test: all
@$(ERL) -noshell $(EPATH) -s $(PROJECT)_test test -s init stop
examples: all
example: all
@$(ERL) -noshell $(EPATH) -s ex1 test -s init stop
doc: all
docs: all
@$(ERL) -noshell $(EPATH) \
-eval "edoc:files(filelib:wildcard(\"$(SOURCES)\"), [$(DOC_OPTS)])" \
-s init stop