Files
org-roam/Makefile
Jethro Kuan 53dcf687ef org-roam v2
2021-03-19 11:20:18 +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