Files
org-roam/Makefile
2021-07-17 19:29:30 +08:00

30 lines
367 B
Makefile

.PHONY: clean
clean:
eldev clean all
.PHONY: prepare
prepare:
eldev -C --unstable -p -dtT prepare
.PHONY: lint
lint:
eldev -C --unstable -T lint
.PHONY: test
test:
eldev -C --unstable -T test
docs:
make -C doc all
html:
make -C doc html-dir
install: install-docs
install-docs: docs
make -C doc install-docs
install-info: info
make -C doc install-info