add docs to makefile
This commit is contained in:
parent
1b08b39105
commit
175241395e
3
makefile
3
makefile
|
@ -29,6 +29,9 @@ test-jar: jar
|
||||||
# $(JR) -cp "$(OUT_DIR)/:$(LIB_DIR)/*" $(MAIN_CLASS)
|
# $(JR) -cp "$(OUT_DIR)/:$(LIB_DIR)/*" $(MAIN_CLASS)
|
||||||
$(JR) -jar $(OUT_DIR)/$(JAR_NAME)
|
$(JR) -jar $(OUT_DIR)/$(JAR_NAME)
|
||||||
|
|
||||||
|
docs:
|
||||||
|
javadoc -cp "$(LIB_DIR)/*" -d "docs" $(SRC_DIR)/*.java
|
||||||
|
|
||||||
test: classfiles
|
test: classfiles
|
||||||
$(JR) -cp "$(OUT_DIR)$(SEPERATOR)$(LIB_DIR)/*" $(MAIN_CLASS)
|
$(JR) -cp "$(OUT_DIR)$(SEPERATOR)$(LIB_DIR)/*" $(MAIN_CLASS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue