mirror of
https://github.com/avinal/Golden-Ratio-Image.git
synced 2026-01-09 06:38:33 +05:30
8 lines
134 B
Makefile
8 lines
134 B
Makefile
BASEDIR=$(CURDIR)
|
|
OUTPUTDIR=$(BASEDIR)/output
|
|
PACKAGE=src
|
|
|
|
html:
|
|
javadoc "$(PACKAGE)" -d "$(OUTPUTDIR)" -encoding UTF-8
|
|
|
|
.PHONY: html |