Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Mar 29, 2021
1 parent a883f6d commit 34d95cd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
BASEDIR=$(CURDIR)/app
OUTPUTDIR=$(BASEDIR)/docs # you may change docs with custom folder name
PACKAGE=openfoodfacts.github.scrachx # write the package name here
html:
javadoc "$(PACKAGE)" -d "$(OUTPUTDIR)" -encoding UTF-8
.PHONY: html
BASEDIR=$(CURDIR)/app
OUTPUTDIR=$(BASEDIR)/docs # you may change docs with custom folder name
PACKAGE=openfoodfacts.github.scrachx # write the package name here

html:
javadoc "$(PACKAGE)" -d "$(OUTPUTDIR)" -encoding UTF-8

.PHONY: html

0 comments on commit 34d95cd

Please sign in to comment.