diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8a7440a --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +BASEDIR=$(CURDIR) +OUTPUTDIR=$(BASEDIR)/output +PACKAGE=src + +html: + javadoc "$(PACKAGE)" -d "$(OUTPUTDIR)" + +.PHONY: html \ No newline at end of file