You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
367 B

.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