diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..b44d74b --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,8 @@ +SRCDIR:=$(shell dirname $(abspath $(firstword $(MAKEFILE_LIST)))) + +default: liveserver + +liveserver: + julia --project=${SRCDIR} ${SRCDIR}/liveserver.jl + +.PHONY: default liveserver